We recommend new projects start with resources from the AWS provider.
aws-native.wisdom.MessageTemplate
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::Wisdom::MessageTemplate Resource Type
Create MessageTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MessageTemplate(name: string, args: MessageTemplateArgs, opts?: CustomResourceOptions);@overload
def MessageTemplate(resource_name: str,
                    args: MessageTemplateArgs,
                    opts: Optional[ResourceOptions] = None)
@overload
def MessageTemplate(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    channel_subtype: Optional[MessageTemplateChannelSubtype] = None,
                    content: Optional[MessageTemplateContentArgs] = None,
                    knowledge_base_arn: Optional[str] = None,
                    default_attributes: Optional[MessageTemplateAttributesArgs] = None,
                    description: Optional[str] = None,
                    grouping_configuration: Optional[MessageTemplateGroupingConfigurationArgs] = None,
                    language: Optional[str] = None,
                    name: Optional[str] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewMessageTemplate(ctx *Context, name string, args MessageTemplateArgs, opts ...ResourceOption) (*MessageTemplate, error)public MessageTemplate(string name, MessageTemplateArgs args, CustomResourceOptions? opts = null)
public MessageTemplate(String name, MessageTemplateArgs args)
public MessageTemplate(String name, MessageTemplateArgs args, CustomResourceOptions options)
type: aws-native:wisdom:MessageTemplate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MessageTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MessageTemplateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MessageTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MessageTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MessageTemplateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MessageTemplate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MessageTemplate resource accepts the following input properties:
- ChannelSubtype Pulumi.Aws Native. Wisdom. Message Template Channel Subtype 
- The channel subtype this message template applies to.
- Content
Pulumi.Aws Native. Wisdom. Inputs. Message Template Content 
- The content of the message template.
- KnowledgeBase stringArn 
- The Amazon Resource Name (ARN) of the knowledge base to which the message template belongs.
- DefaultAttributes Pulumi.Aws Native. Wisdom. Inputs. Message Template Attributes 
- An object that specifies the default values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the default value for that variable.
- Description string
- The description of the message template.
- GroupingConfiguration Pulumi.Aws Native. Wisdom. Inputs. Message Template Grouping Configuration 
- The configuration information of the external data source.
- Language string
- The language code value for the language in which the message template is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
- Name string
- The name of the message template.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- ChannelSubtype MessageTemplate Channel Subtype 
- The channel subtype this message template applies to.
- Content
MessageTemplate Content Args 
- The content of the message template.
- KnowledgeBase stringArn 
- The Amazon Resource Name (ARN) of the knowledge base to which the message template belongs.
- DefaultAttributes MessageTemplate Attributes Args 
- An object that specifies the default values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the default value for that variable.
- Description string
- The description of the message template.
- GroupingConfiguration MessageTemplate Grouping Configuration Args 
- The configuration information of the external data source.
- Language string
- The language code value for the language in which the message template is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
- Name string
- The name of the message template.
- 
TagArgs 
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- channelSubtype MessageTemplate Channel Subtype 
- The channel subtype this message template applies to.
- content
MessageTemplate Content 
- The content of the message template.
- knowledgeBase StringArn 
- The Amazon Resource Name (ARN) of the knowledge base to which the message template belongs.
- defaultAttributes MessageTemplate Attributes 
- An object that specifies the default values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the default value for that variable.
- description String
- The description of the message template.
- groupingConfiguration MessageTemplate Grouping Configuration 
- The configuration information of the external data source.
- language String
- The language code value for the language in which the message template is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
- name String
- The name of the message template.
- List<Tag>
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- channelSubtype MessageTemplate Channel Subtype 
- The channel subtype this message template applies to.
- content
MessageTemplate Content 
- The content of the message template.
- knowledgeBase stringArn 
- The Amazon Resource Name (ARN) of the knowledge base to which the message template belongs.
- defaultAttributes MessageTemplate Attributes 
- An object that specifies the default values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the default value for that variable.
- description string
- The description of the message template.
- groupingConfiguration MessageTemplate Grouping Configuration 
- The configuration information of the external data source.
- language string
- The language code value for the language in which the message template is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
- name string
- The name of the message template.
- Tag[]
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- channel_subtype MessageTemplate Channel Subtype 
- The channel subtype this message template applies to.
- content
MessageTemplate Content Args 
- The content of the message template.
- knowledge_base_ strarn 
- The Amazon Resource Name (ARN) of the knowledge base to which the message template belongs.
- default_attributes MessageTemplate Attributes Args 
- An object that specifies the default values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the default value for that variable.
- description str
- The description of the message template.
- grouping_configuration MessageTemplate Grouping Configuration Args 
- The configuration information of the external data source.
- language str
- The language code value for the language in which the message template is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
- name str
- The name of the message template.
- 
Sequence[TagArgs] 
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- channelSubtype "EMAIL" | "SMS"
- The channel subtype this message template applies to.
- content Property Map
- The content of the message template.
- knowledgeBase StringArn 
- The Amazon Resource Name (ARN) of the knowledge base to which the message template belongs.
- defaultAttributes Property Map
- An object that specifies the default values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the default value for that variable.
- description String
- The description of the message template.
- groupingConfiguration Property Map
- The configuration information of the external data source.
- language String
- The language code value for the language in which the message template is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
- name String
- The name of the message template.
- List<Property Map>
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
Outputs
All input properties are implicitly available as output properties. Additionally, the MessageTemplate resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- MessageTemplate stringArn 
- The Amazon Resource Name (ARN) of the message template.
- MessageTemplate stringContent Sha256 
- The content SHA256 of the message template.
- MessageTemplate stringId 
- The unique identifier of the message template.
- Id string
- The provider-assigned unique ID for this managed resource.
- MessageTemplate stringArn 
- The Amazon Resource Name (ARN) of the message template.
- MessageTemplate stringContent Sha256 
- The content SHA256 of the message template.
- MessageTemplate stringId 
- The unique identifier of the message template.
- id String
- The provider-assigned unique ID for this managed resource.
- messageTemplate StringArn 
- The Amazon Resource Name (ARN) of the message template.
- messageTemplate StringContent Sha256 
- The content SHA256 of the message template.
- messageTemplate StringId 
- The unique identifier of the message template.
- id string
- The provider-assigned unique ID for this managed resource.
- messageTemplate stringArn 
- The Amazon Resource Name (ARN) of the message template.
- messageTemplate stringContent Sha256 
- The content SHA256 of the message template.
- messageTemplate stringId 
- The unique identifier of the message template.
- id str
- The provider-assigned unique ID for this managed resource.
- message_template_ strarn 
- The Amazon Resource Name (ARN) of the message template.
- message_template_ strcontent_ sha256 
- The content SHA256 of the message template.
- message_template_ strid 
- The unique identifier of the message template.
- id String
- The provider-assigned unique ID for this managed resource.
- messageTemplate StringArn 
- The Amazon Resource Name (ARN) of the message template.
- messageTemplate StringContent Sha256 
- The content SHA256 of the message template.
- messageTemplate StringId 
- The unique identifier of the message template.
Supporting Types
MessageTemplateAgentAttributes, MessageTemplateAgentAttributesArgs        
- first_name str
- The agent’s first name as entered in their Amazon Connect user account.
- last_name str
- The agent’s last name as entered in their Amazon Connect user account.
MessageTemplateAttributes, MessageTemplateAttributesArgs      
- AgentAttributes Pulumi.Aws Native. Wisdom. Inputs. Message Template Agent Attributes 
- The agent attributes that are used with the message template.
- CustomAttributes Dictionary<string, string>
- The custom attributes that are used with the message template.
- CustomerProfile Pulumi.Attributes Aws Native. Wisdom. Inputs. Message Template Customer Profile Attributes 
- The customer profile attributes that are used with the message template.
- SystemAttributes Pulumi.Aws Native. Wisdom. Inputs. Message Template System Attributes 
- The system attributes that are used with the message template.
- AgentAttributes MessageTemplate Agent Attributes 
- The agent attributes that are used with the message template.
- CustomAttributes map[string]string
- The custom attributes that are used with the message template.
- CustomerProfile MessageAttributes Template Customer Profile Attributes 
- The customer profile attributes that are used with the message template.
- SystemAttributes MessageTemplate System Attributes 
- The system attributes that are used with the message template.
- agentAttributes MessageTemplate Agent Attributes 
- The agent attributes that are used with the message template.
- customAttributes Map<String,String>
- The custom attributes that are used with the message template.
- customerProfile MessageAttributes Template Customer Profile Attributes 
- The customer profile attributes that are used with the message template.
- systemAttributes MessageTemplate System Attributes 
- The system attributes that are used with the message template.
- agentAttributes MessageTemplate Agent Attributes 
- The agent attributes that are used with the message template.
- customAttributes {[key: string]: string}
- The custom attributes that are used with the message template.
- customerProfile MessageAttributes Template Customer Profile Attributes 
- The customer profile attributes that are used with the message template.
- systemAttributes MessageTemplate System Attributes 
- The system attributes that are used with the message template.
- agent_attributes MessageTemplate Agent Attributes 
- The agent attributes that are used with the message template.
- custom_attributes Mapping[str, str]
- The custom attributes that are used with the message template.
- customer_profile_ Messageattributes Template Customer Profile Attributes 
- The customer profile attributes that are used with the message template.
- system_attributes MessageTemplate System Attributes 
- The system attributes that are used with the message template.
- agentAttributes Property Map
- The agent attributes that are used with the message template.
- customAttributes Map<String>
- The custom attributes that are used with the message template.
- customerProfile Property MapAttributes 
- The customer profile attributes that are used with the message template.
- systemAttributes Property Map
- The system attributes that are used with the message template.
MessageTemplateBodyContentProvider, MessageTemplateBodyContentProviderArgs          
- Content string
- The content of the message template.
- Content string
- The content of the message template.
- content String
- The content of the message template.
- content string
- The content of the message template.
- content str
- The content of the message template.
- content String
- The content of the message template.
MessageTemplateChannelSubtype, MessageTemplateChannelSubtypeArgs        
- Sms
- SMS
- MessageTemplate Channel Subtype Email 
- MessageTemplate Channel Subtype Sms 
- SMS
- Sms
- SMS
- Sms
- SMS
- SMS
- SMS
- "EMAIL"
- "SMS"
- SMS
MessageTemplateContent, MessageTemplateContentArgs      
- EmailMessage Pulumi.Template Content Aws Native. Wisdom. Inputs. Message Template Email Message Template Content 
- The content of the message template that applies to the email channel subtype.
- SmsMessage Pulumi.Template Content Aws Native. Wisdom. Inputs. Message Template Sms Message Template Content 
- The content of message template that applies to SMS channel subtype.
- EmailMessage MessageTemplate Content Template Email Message Template Content 
- The content of the message template that applies to the email channel subtype.
- SmsMessage MessageTemplate Content Template Sms Message Template Content 
- The content of message template that applies to SMS channel subtype.
- emailMessage MessageTemplate Content Template Email Message Template Content 
- The content of the message template that applies to the email channel subtype.
- smsMessage MessageTemplate Content Template Sms Message Template Content 
- The content of message template that applies to SMS channel subtype.
- emailMessage MessageTemplate Content Template Email Message Template Content 
- The content of the message template that applies to the email channel subtype.
- smsMessage MessageTemplate Content Template Sms Message Template Content 
- The content of message template that applies to SMS channel subtype.
- email_message_ Messagetemplate_ content Template Email Message Template Content 
- The content of the message template that applies to the email channel subtype.
- sms_message_ Messagetemplate_ content Template Sms Message Template Content 
- The content of message template that applies to SMS channel subtype.
- emailMessage Property MapTemplate Content 
- The content of the message template that applies to the email channel subtype.
- smsMessage Property MapTemplate Content 
- The content of message template that applies to SMS channel subtype.
MessageTemplateCustomerProfileAttributes, MessageTemplateCustomerProfileAttributesArgs          
- AccountNumber string
- A unique account number that you have given to the customer.
- AdditionalInformation string
- Any additional information relevant to the customer's profile.
- Address1 string
- The first line of a customer address.
- Address2 string
- The second line of a customer address.
- Address3 string
- The third line of a customer address.
- Address4 string
- The fourth line of a customer address.
- BillingAddress1 string
- The first line of a customer’s billing address.
- BillingAddress2 string
- The second line of a customer’s billing address.
- BillingAddress3 string
- The third line of a customer’s billing address.
- BillingAddress4 string
- The fourth line of a customer’s billing address.
- BillingCity string
- The city of a customer’s billing address.
- BillingCountry string
- The country of a customer’s billing address.
- BillingCounty string
- The county of a customer’s billing address.
- BillingPostal stringCode 
- The postal code of a customer’s billing address.
- BillingProvince string
- The province of a customer’s billing address.
- BillingState string
- The state of a customer’s billing address.
- BirthDate string
- The customer's birth date.
- BusinessEmail stringAddress 
- The customer's business email address.
- BusinessName string
- The name of the customer's business.
- BusinessPhone stringNumber 
- The customer's business phone number.
- City string
- The city in which a customer lives.
- Country string
- The country in which a customer lives.
- County string
- The county in which a customer lives.
- Custom Dictionary<string, string>
- The custom attributes in customer profile attributes.
- EmailAddress string
- The customer's email address, which has not been specified as a personal or business address.
- FirstName string
- The customer's first name.
- Gender string
- The customer's gender.
- HomePhone stringNumber 
- The customer's home phone number.
- LastName string
- The customer's last name.
- MailingAddress1 string
- The first line of a customer’s mailing address.
- MailingAddress2 string
- The second line of a customer’s mailing address.
- MailingAddress3 string
- The third line of a customer’s mailing address.
- MailingAddress4 string
- The fourth line of a customer’s mailing address.
- MailingCity string
- The city of a customer’s mailing address.
- MailingCountry string
- The country of a customer’s mailing address.
- MailingCounty string
- The county of a customer’s mailing address.
- MailingPostal stringCode 
- The postal code of a customer’s mailing address
- MailingProvince string
- The province of a customer’s mailing address.
- MailingState string
- The state of a customer’s mailing address.
- MiddleName string
- The customer's middle name.
- MobilePhone stringNumber 
- The customer's mobile phone number.
- PartyType string
- The customer's party type.
- PhoneNumber string
- The customer's phone number, which has not been specified as a mobile, home, or business number.
- PostalCode string
- The postal code of a customer address.
- ProfileArn string
- The ARN of a customer profile.
- ProfileId string
- The unique identifier of a customer profile.
- Province string
- The province in which a customer lives.
- ShippingAddress1 string
- The first line of a customer’s shipping address.
- ShippingAddress2 string
- The second line of a customer’s shipping address.
- ShippingAddress3 string
- The third line of a customer’s shipping address.
- ShippingAddress4 string
- The fourth line of a customer’s shipping address
- ShippingCity string
- The city of a customer’s shipping address.
- ShippingCountry string
- The country of a customer’s shipping address.
- ShippingCounty string
- The county of a customer’s shipping address.
- ShippingPostal stringCode 
- The postal code of a customer’s shipping address.
- ShippingProvince string
- The province of a customer’s shipping address.
- ShippingState string
- The state of a customer’s shipping address.
- State string
- The state in which a customer lives.
- AccountNumber string
- A unique account number that you have given to the customer.
- AdditionalInformation string
- Any additional information relevant to the customer's profile.
- Address1 string
- The first line of a customer address.
- Address2 string
- The second line of a customer address.
- Address3 string
- The third line of a customer address.
- Address4 string
- The fourth line of a customer address.
- BillingAddress1 string
- The first line of a customer’s billing address.
- BillingAddress2 string
- The second line of a customer’s billing address.
- BillingAddress3 string
- The third line of a customer’s billing address.
- BillingAddress4 string
- The fourth line of a customer’s billing address.
- BillingCity string
- The city of a customer’s billing address.
- BillingCountry string
- The country of a customer’s billing address.
- BillingCounty string
- The county of a customer’s billing address.
- BillingPostal stringCode 
- The postal code of a customer’s billing address.
- BillingProvince string
- The province of a customer’s billing address.
- BillingState string
- The state of a customer’s billing address.
- BirthDate string
- The customer's birth date.
- BusinessEmail stringAddress 
- The customer's business email address.
- BusinessName string
- The name of the customer's business.
- BusinessPhone stringNumber 
- The customer's business phone number.
- City string
- The city in which a customer lives.
- Country string
- The country in which a customer lives.
- County string
- The county in which a customer lives.
- Custom map[string]string
- The custom attributes in customer profile attributes.
- EmailAddress string
- The customer's email address, which has not been specified as a personal or business address.
- FirstName string
- The customer's first name.
- Gender string
- The customer's gender.
- HomePhone stringNumber 
- The customer's home phone number.
- LastName string
- The customer's last name.
- MailingAddress1 string
- The first line of a customer’s mailing address.
- MailingAddress2 string
- The second line of a customer’s mailing address.
- MailingAddress3 string
- The third line of a customer’s mailing address.
- MailingAddress4 string
- The fourth line of a customer’s mailing address.
- MailingCity string
- The city of a customer’s mailing address.
- MailingCountry string
- The country of a customer’s mailing address.
- MailingCounty string
- The county of a customer’s mailing address.
- MailingPostal stringCode 
- The postal code of a customer’s mailing address
- MailingProvince string
- The province of a customer’s mailing address.
- MailingState string
- The state of a customer’s mailing address.
- MiddleName string
- The customer's middle name.
- MobilePhone stringNumber 
- The customer's mobile phone number.
- PartyType string
- The customer's party type.
- PhoneNumber string
- The customer's phone number, which has not been specified as a mobile, home, or business number.
- PostalCode string
- The postal code of a customer address.
- ProfileArn string
- The ARN of a customer profile.
- ProfileId string
- The unique identifier of a customer profile.
- Province string
- The province in which a customer lives.
- ShippingAddress1 string
- The first line of a customer’s shipping address.
- ShippingAddress2 string
- The second line of a customer’s shipping address.
- ShippingAddress3 string
- The third line of a customer’s shipping address.
- ShippingAddress4 string
- The fourth line of a customer’s shipping address
- ShippingCity string
- The city of a customer’s shipping address.
- ShippingCountry string
- The country of a customer’s shipping address.
- ShippingCounty string
- The county of a customer’s shipping address.
- ShippingPostal stringCode 
- The postal code of a customer’s shipping address.
- ShippingProvince string
- The province of a customer’s shipping address.
- ShippingState string
- The state of a customer’s shipping address.
- State string
- The state in which a customer lives.
- accountNumber String
- A unique account number that you have given to the customer.
- additionalInformation String
- Any additional information relevant to the customer's profile.
- address1 String
- The first line of a customer address.
- address2 String
- The second line of a customer address.
- address3 String
- The third line of a customer address.
- address4 String
- The fourth line of a customer address.
- billingAddress1 String
- The first line of a customer’s billing address.
- billingAddress2 String
- The second line of a customer’s billing address.
- billingAddress3 String
- The third line of a customer’s billing address.
- billingAddress4 String
- The fourth line of a customer’s billing address.
- billingCity String
- The city of a customer’s billing address.
- billingCountry String
- The country of a customer’s billing address.
- billingCounty String
- The county of a customer’s billing address.
- billingPostal StringCode 
- The postal code of a customer’s billing address.
- billingProvince String
- The province of a customer’s billing address.
- billingState String
- The state of a customer’s billing address.
- birthDate String
- The customer's birth date.
- businessEmail StringAddress 
- The customer's business email address.
- businessName String
- The name of the customer's business.
- businessPhone StringNumber 
- The customer's business phone number.
- city String
- The city in which a customer lives.
- country String
- The country in which a customer lives.
- county String
- The county in which a customer lives.
- custom Map<String,String>
- The custom attributes in customer profile attributes.
- emailAddress String
- The customer's email address, which has not been specified as a personal or business address.
- firstName String
- The customer's first name.
- gender String
- The customer's gender.
- homePhone StringNumber 
- The customer's home phone number.
- lastName String
- The customer's last name.
- mailingAddress1 String
- The first line of a customer’s mailing address.
- mailingAddress2 String
- The second line of a customer’s mailing address.
- mailingAddress3 String
- The third line of a customer’s mailing address.
- mailingAddress4 String
- The fourth line of a customer’s mailing address.
- mailingCity String
- The city of a customer’s mailing address.
- mailingCountry String
- The country of a customer’s mailing address.
- mailingCounty String
- The county of a customer’s mailing address.
- mailingPostal StringCode 
- The postal code of a customer’s mailing address
- mailingProvince String
- The province of a customer’s mailing address.
- mailingState String
- The state of a customer’s mailing address.
- middleName String
- The customer's middle name.
- mobilePhone StringNumber 
- The customer's mobile phone number.
- partyType String
- The customer's party type.
- phoneNumber String
- The customer's phone number, which has not been specified as a mobile, home, or business number.
- postalCode String
- The postal code of a customer address.
- profileArn String
- The ARN of a customer profile.
- profileId String
- The unique identifier of a customer profile.
- province String
- The province in which a customer lives.
- shippingAddress1 String
- The first line of a customer’s shipping address.
- shippingAddress2 String
- The second line of a customer’s shipping address.
- shippingAddress3 String
- The third line of a customer’s shipping address.
- shippingAddress4 String
- The fourth line of a customer’s shipping address
- shippingCity String
- The city of a customer’s shipping address.
- shippingCountry String
- The country of a customer’s shipping address.
- shippingCounty String
- The county of a customer’s shipping address.
- shippingPostal StringCode 
- The postal code of a customer’s shipping address.
- shippingProvince String
- The province of a customer’s shipping address.
- shippingState String
- The state of a customer’s shipping address.
- state String
- The state in which a customer lives.
- accountNumber string
- A unique account number that you have given to the customer.
- additionalInformation string
- Any additional information relevant to the customer's profile.
- address1 string
- The first line of a customer address.
- address2 string
- The second line of a customer address.
- address3 string
- The third line of a customer address.
- address4 string
- The fourth line of a customer address.
- billingAddress1 string
- The first line of a customer’s billing address.
- billingAddress2 string
- The second line of a customer’s billing address.
- billingAddress3 string
- The third line of a customer’s billing address.
- billingAddress4 string
- The fourth line of a customer’s billing address.
- billingCity string
- The city of a customer’s billing address.
- billingCountry string
- The country of a customer’s billing address.
- billingCounty string
- The county of a customer’s billing address.
- billingPostal stringCode 
- The postal code of a customer’s billing address.
- billingProvince string
- The province of a customer’s billing address.
- billingState string
- The state of a customer’s billing address.
- birthDate string
- The customer's birth date.
- businessEmail stringAddress 
- The customer's business email address.
- businessName string
- The name of the customer's business.
- businessPhone stringNumber 
- The customer's business phone number.
- city string
- The city in which a customer lives.
- country string
- The country in which a customer lives.
- county string
- The county in which a customer lives.
- custom {[key: string]: string}
- The custom attributes in customer profile attributes.
- emailAddress string
- The customer's email address, which has not been specified as a personal or business address.
- firstName string
- The customer's first name.
- gender string
- The customer's gender.
- homePhone stringNumber 
- The customer's home phone number.
- lastName string
- The customer's last name.
- mailingAddress1 string
- The first line of a customer’s mailing address.
- mailingAddress2 string
- The second line of a customer’s mailing address.
- mailingAddress3 string
- The third line of a customer’s mailing address.
- mailingAddress4 string
- The fourth line of a customer’s mailing address.
- mailingCity string
- The city of a customer’s mailing address.
- mailingCountry string
- The country of a customer’s mailing address.
- mailingCounty string
- The county of a customer’s mailing address.
- mailingPostal stringCode 
- The postal code of a customer’s mailing address
- mailingProvince string
- The province of a customer’s mailing address.
- mailingState string
- The state of a customer’s mailing address.
- middleName string
- The customer's middle name.
- mobilePhone stringNumber 
- The customer's mobile phone number.
- partyType string
- The customer's party type.
- phoneNumber string
- The customer's phone number, which has not been specified as a mobile, home, or business number.
- postalCode string
- The postal code of a customer address.
- profileArn string
- The ARN of a customer profile.
- profileId string
- The unique identifier of a customer profile.
- province string
- The province in which a customer lives.
- shippingAddress1 string
- The first line of a customer’s shipping address.
- shippingAddress2 string
- The second line of a customer’s shipping address.
- shippingAddress3 string
- The third line of a customer’s shipping address.
- shippingAddress4 string
- The fourth line of a customer’s shipping address
- shippingCity string
- The city of a customer’s shipping address.
- shippingCountry string
- The country of a customer’s shipping address.
- shippingCounty string
- The county of a customer’s shipping address.
- shippingPostal stringCode 
- The postal code of a customer’s shipping address.
- shippingProvince string
- The province of a customer’s shipping address.
- shippingState string
- The state of a customer’s shipping address.
- state string
- The state in which a customer lives.
- account_number str
- A unique account number that you have given to the customer.
- additional_information str
- Any additional information relevant to the customer's profile.
- address1 str
- The first line of a customer address.
- address2 str
- The second line of a customer address.
- address3 str
- The third line of a customer address.
- address4 str
- The fourth line of a customer address.
- billing_address1 str
- The first line of a customer’s billing address.
- billing_address2 str
- The second line of a customer’s billing address.
- billing_address3 str
- The third line of a customer’s billing address.
- billing_address4 str
- The fourth line of a customer’s billing address.
- billing_city str
- The city of a customer’s billing address.
- billing_country str
- The country of a customer’s billing address.
- billing_county str
- The county of a customer’s billing address.
- billing_postal_ strcode 
- The postal code of a customer’s billing address.
- billing_province str
- The province of a customer’s billing address.
- billing_state str
- The state of a customer’s billing address.
- birth_date str
- The customer's birth date.
- business_email_ straddress 
- The customer's business email address.
- business_name str
- The name of the customer's business.
- business_phone_ strnumber 
- The customer's business phone number.
- city str
- The city in which a customer lives.
- country str
- The country in which a customer lives.
- county str
- The county in which a customer lives.
- custom Mapping[str, str]
- The custom attributes in customer profile attributes.
- email_address str
- The customer's email address, which has not been specified as a personal or business address.
- first_name str
- The customer's first name.
- gender str
- The customer's gender.
- home_phone_ strnumber 
- The customer's home phone number.
- last_name str
- The customer's last name.
- mailing_address1 str
- The first line of a customer’s mailing address.
- mailing_address2 str
- The second line of a customer’s mailing address.
- mailing_address3 str
- The third line of a customer’s mailing address.
- mailing_address4 str
- The fourth line of a customer’s mailing address.
- mailing_city str
- The city of a customer’s mailing address.
- mailing_country str
- The country of a customer’s mailing address.
- mailing_county str
- The county of a customer’s mailing address.
- mailing_postal_ strcode 
- The postal code of a customer’s mailing address
- mailing_province str
- The province of a customer’s mailing address.
- mailing_state str
- The state of a customer’s mailing address.
- middle_name str
- The customer's middle name.
- mobile_phone_ strnumber 
- The customer's mobile phone number.
- party_type str
- The customer's party type.
- phone_number str
- The customer's phone number, which has not been specified as a mobile, home, or business number.
- postal_code str
- The postal code of a customer address.
- profile_arn str
- The ARN of a customer profile.
- profile_id str
- The unique identifier of a customer profile.
- province str
- The province in which a customer lives.
- shipping_address1 str
- The first line of a customer’s shipping address.
- shipping_address2 str
- The second line of a customer’s shipping address.
- shipping_address3 str
- The third line of a customer’s shipping address.
- shipping_address4 str
- The fourth line of a customer’s shipping address
- shipping_city str
- The city of a customer’s shipping address.
- shipping_country str
- The country of a customer’s shipping address.
- shipping_county str
- The county of a customer’s shipping address.
- shipping_postal_ strcode 
- The postal code of a customer’s shipping address.
- shipping_province str
- The province of a customer’s shipping address.
- shipping_state str
- The state of a customer’s shipping address.
- state str
- The state in which a customer lives.
- accountNumber String
- A unique account number that you have given to the customer.
- additionalInformation String
- Any additional information relevant to the customer's profile.
- address1 String
- The first line of a customer address.
- address2 String
- The second line of a customer address.
- address3 String
- The third line of a customer address.
- address4 String
- The fourth line of a customer address.
- billingAddress1 String
- The first line of a customer’s billing address.
- billingAddress2 String
- The second line of a customer’s billing address.
- billingAddress3 String
- The third line of a customer’s billing address.
- billingAddress4 String
- The fourth line of a customer’s billing address.
- billingCity String
- The city of a customer’s billing address.
- billingCountry String
- The country of a customer’s billing address.
- billingCounty String
- The county of a customer’s billing address.
- billingPostal StringCode 
- The postal code of a customer’s billing address.
- billingProvince String
- The province of a customer’s billing address.
- billingState String
- The state of a customer’s billing address.
- birthDate String
- The customer's birth date.
- businessEmail StringAddress 
- The customer's business email address.
- businessName String
- The name of the customer's business.
- businessPhone StringNumber 
- The customer's business phone number.
- city String
- The city in which a customer lives.
- country String
- The country in which a customer lives.
- county String
- The county in which a customer lives.
- custom Map<String>
- The custom attributes in customer profile attributes.
- emailAddress String
- The customer's email address, which has not been specified as a personal or business address.
- firstName String
- The customer's first name.
- gender String
- The customer's gender.
- homePhone StringNumber 
- The customer's home phone number.
- lastName String
- The customer's last name.
- mailingAddress1 String
- The first line of a customer’s mailing address.
- mailingAddress2 String
- The second line of a customer’s mailing address.
- mailingAddress3 String
- The third line of a customer’s mailing address.
- mailingAddress4 String
- The fourth line of a customer’s mailing address.
- mailingCity String
- The city of a customer’s mailing address.
- mailingCountry String
- The country of a customer’s mailing address.
- mailingCounty String
- The county of a customer’s mailing address.
- mailingPostal StringCode 
- The postal code of a customer’s mailing address
- mailingProvince String
- The province of a customer’s mailing address.
- mailingState String
- The state of a customer’s mailing address.
- middleName String
- The customer's middle name.
- mobilePhone StringNumber 
- The customer's mobile phone number.
- partyType String
- The customer's party type.
- phoneNumber String
- The customer's phone number, which has not been specified as a mobile, home, or business number.
- postalCode String
- The postal code of a customer address.
- profileArn String
- The ARN of a customer profile.
- profileId String
- The unique identifier of a customer profile.
- province String
- The province in which a customer lives.
- shippingAddress1 String
- The first line of a customer’s shipping address.
- shippingAddress2 String
- The second line of a customer’s shipping address.
- shippingAddress3 String
- The third line of a customer’s shipping address.
- shippingAddress4 String
- The fourth line of a customer’s shipping address
- shippingCity String
- The city of a customer’s shipping address.
- shippingCountry String
- The country of a customer’s shipping address.
- shippingCounty String
- The county of a customer’s shipping address.
- shippingPostal StringCode 
- The postal code of a customer’s shipping address.
- shippingProvince String
- The province of a customer’s shipping address.
- shippingState String
- The state of a customer’s shipping address.
- state String
- The state in which a customer lives.
MessageTemplateEmailMessageTemplateContent, MessageTemplateEmailMessageTemplateContentArgs            
- Body
Pulumi.Aws Native. Wisdom. Inputs. Message Template Email Message Template Content Body 
- The body to use in email messages.
- Headers
List<Pulumi.Aws Native. Wisdom. Inputs. Message Template Email Message Template Header> 
- The email headers to include in email messages.
- Subject string
- The subject line, or title, to use in email messages.
- Body
MessageTemplate Email Message Template Content Body 
- The body to use in email messages.
- Headers
[]MessageTemplate Email Message Template Header 
- The email headers to include in email messages.
- Subject string
- The subject line, or title, to use in email messages.
- body
MessageTemplate Email Message Template Content Body 
- The body to use in email messages.
- headers
List<MessageTemplate Email Message Template Header> 
- The email headers to include in email messages.
- subject String
- The subject line, or title, to use in email messages.
- body
MessageTemplate Email Message Template Content Body 
- The body to use in email messages.
- headers
MessageTemplate Email Message Template Header[] 
- The email headers to include in email messages.
- subject string
- The subject line, or title, to use in email messages.
- body
MessageTemplate Email Message Template Content Body 
- The body to use in email messages.
- headers
Sequence[MessageTemplate Email Message Template Header] 
- The email headers to include in email messages.
- subject str
- The subject line, or title, to use in email messages.
- body Property Map
- The body to use in email messages.
- headers List<Property Map>
- The email headers to include in email messages.
- subject String
- The subject line, or title, to use in email messages.
MessageTemplateEmailMessageTemplateContentBody, MessageTemplateEmailMessageTemplateContentBodyArgs              
- Html
Pulumi.Aws Native. Wisdom. Inputs. Message Template Body Content Provider 
- The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
- PlainText Pulumi.Aws Native. Wisdom. Inputs. Message Template Body Content Provider 
- The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
- Html
MessageTemplate Body Content Provider 
- The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
- PlainText MessageTemplate Body Content Provider 
- The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
- html
MessageTemplate Body Content Provider 
- The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
- plainText MessageTemplate Body Content Provider 
- The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
- html
MessageTemplate Body Content Provider 
- The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
- plainText MessageTemplate Body Content Provider 
- The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
- html
MessageTemplate Body Content Provider 
- The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
- plain_text MessageTemplate Body Content Provider 
- The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
- html Property Map
- The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
- plainText Property Map
- The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
MessageTemplateEmailMessageTemplateHeader, MessageTemplateEmailMessageTemplateHeaderArgs            
MessageTemplateGroupingConfiguration, MessageTemplateGroupingConfigurationArgs        
MessageTemplateSmsMessageTemplateContent, MessageTemplateSmsMessageTemplateContentArgs            
- Body
Pulumi.Aws Native. Wisdom. Inputs. Message Template Sms Message Template Content Body 
- The body to use in SMS messages.
- Body
MessageTemplate Sms Message Template Content Body 
- The body to use in SMS messages.
- body
MessageTemplate Sms Message Template Content Body 
- The body to use in SMS messages.
- body
MessageTemplate Sms Message Template Content Body 
- The body to use in SMS messages.
- body
MessageTemplate Sms Message Template Content Body 
- The body to use in SMS messages.
- body Property Map
- The body to use in SMS messages.
MessageTemplateSmsMessageTemplateContentBody, MessageTemplateSmsMessageTemplateContentBodyArgs              
- PlainText Pulumi.Aws Native. Wisdom. Inputs. Message Template Body Content Provider 
- The message body to use in SMS messages.
- PlainText MessageTemplate Body Content Provider 
- The message body to use in SMS messages.
- plainText MessageTemplate Body Content Provider 
- The message body to use in SMS messages.
- plainText MessageTemplate Body Content Provider 
- The message body to use in SMS messages.
- plain_text MessageTemplate Body Content Provider 
- The message body to use in SMS messages.
- plainText Property Map
- The message body to use in SMS messages.
MessageTemplateSystemAttributes, MessageTemplateSystemAttributesArgs        
- CustomerEndpoint Pulumi.Aws Native. Wisdom. Inputs. Message Template System Endpoint Attributes 
- The CustomerEndpoint attribute.
- Name string
- The name of the task.
- SystemEndpoint Pulumi.Aws Native. Wisdom. Inputs. Message Template System Endpoint Attributes 
- The SystemEndpoint attribute.
- CustomerEndpoint MessageTemplate System Endpoint Attributes 
- The CustomerEndpoint attribute.
- Name string
- The name of the task.
- SystemEndpoint MessageTemplate System Endpoint Attributes 
- The SystemEndpoint attribute.
- customerEndpoint MessageTemplate System Endpoint Attributes 
- The CustomerEndpoint attribute.
- name String
- The name of the task.
- systemEndpoint MessageTemplate System Endpoint Attributes 
- The SystemEndpoint attribute.
- customerEndpoint MessageTemplate System Endpoint Attributes 
- The CustomerEndpoint attribute.
- name string
- The name of the task.
- systemEndpoint MessageTemplate System Endpoint Attributes 
- The SystemEndpoint attribute.
- customer_endpoint MessageTemplate System Endpoint Attributes 
- The CustomerEndpoint attribute.
- name str
- The name of the task.
- system_endpoint MessageTemplate System Endpoint Attributes 
- The SystemEndpoint attribute.
- customerEndpoint Property Map
- The CustomerEndpoint attribute.
- name String
- The name of the task.
- systemEndpoint Property Map
- The SystemEndpoint attribute.
MessageTemplateSystemEndpointAttributes, MessageTemplateSystemEndpointAttributesArgs          
- Address string
- The customer's phone number if used with customerEndpoint, or the number the customer dialed to call your contact center if used with systemEndpoint.
- Address string
- The customer's phone number if used with customerEndpoint, or the number the customer dialed to call your contact center if used with systemEndpoint.
- address String
- The customer's phone number if used with customerEndpoint, or the number the customer dialed to call your contact center if used with systemEndpoint.
- address string
- The customer's phone number if used with customerEndpoint, or the number the customer dialed to call your contact center if used with systemEndpoint.
- address str
- The customer's phone number if used with customerEndpoint, or the number the customer dialed to call your contact center if used with systemEndpoint.
- address String
- The customer's phone number if used with customerEndpoint, or the number the customer dialed to call your contact center if used with systemEndpoint.
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.