interface CustomerProfileAttributesProperty
Language | Type name |
.NET | Amazon.CDK.AWS.Wisdom.CfnMessageTemplate.CustomerProfileAttributesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnMessageTemplate_CustomerProfileAttributesProperty |
Java | software.amazon.awscdk.services.wisdom.CfnMessageTemplate.CustomerProfileAttributesProperty |
Python | aws_cdk.aws_wisdom.CfnMessageTemplate.CustomerProfileAttributesProperty |
TypeScript | aws-cdk-lib » aws_wisdom » CfnMessageTemplate » CustomerProfileAttributesProperty |
The customer profile attributes that are used with the message template.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html
Example
import { aws_wisdom as wisdom } from 'aws-cdk-lib';
const customerProfileAttributesProperty: wisdom.CfnMessageTemplate.CustomerProfileAttributesProperty = {
accountNumber: 'accountNumber',
additionalInformation: 'additionalInformation',
address1: 'address1',
address2: 'address2',
address3: 'address3',
address4: 'address4',
billingAddress1: 'billingAddress1',
billingAddress2: 'billingAddress2',
billingAddress3: 'billingAddress3',
billingAddress4: 'billingAddress4',
billingCity: 'billingCity',
billingCountry: 'billingCountry',
billingCounty: 'billingCounty',
billingPostalCode: 'billingPostalCode',
billingProvince: 'billingProvince',
billingState: 'billingState',
birthDate: 'birthDate',
businessEmailAddress: 'businessEmailAddress',
businessName: 'businessName',
businessPhoneNumber: 'businessPhoneNumber',
city: 'city',
country: 'country',
county: 'county',
custom: {
customKey: 'custom',
},
emailAddress: 'emailAddress',
firstName: 'firstName',
gender: 'gender',
homePhoneNumber: 'homePhoneNumber',
lastName: 'lastName',
mailingAddress1: 'mailingAddress1',
mailingAddress2: 'mailingAddress2',
mailingAddress3: 'mailingAddress3',
mailingAddress4: 'mailingAddress4',
mailingCity: 'mailingCity',
mailingCountry: 'mailingCountry',
mailingCounty: 'mailingCounty',
mailingPostalCode: 'mailingPostalCode',
mailingProvince: 'mailingProvince',
mailingState: 'mailingState',
middleName: 'middleName',
mobilePhoneNumber: 'mobilePhoneNumber',
partyType: 'partyType',
phoneNumber: 'phoneNumber',
postalCode: 'postalCode',
profileArn: 'profileArn',
profileId: 'profileId',
province: 'province',
shippingAddress1: 'shippingAddress1',
shippingAddress2: 'shippingAddress2',
shippingAddress3: 'shippingAddress3',
shippingAddress4: 'shippingAddress4',
shippingCity: 'shippingCity',
shippingCountry: 'shippingCountry',
shippingCounty: 'shippingCounty',
shippingPostalCode: 'shippingPostalCode',
shippingProvince: 'shippingProvince',
shippingState: 'shippingState',
state: 'state',
};
Properties
Name | Type | Description |
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. |
billingPostalCode? | string | 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. |
businessEmailAddress? | string | The customer's business email address. |
businessName? | string | The name of the customer's business. |
businessPhoneNumber? | string | 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? | { [string]: string } | IResolvable | 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. |
homePhoneNumber? | string | The customer's mobile 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. |
mailingPostalCode? | string | 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. |
mobilePhoneNumber? | string | 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. |
shippingPostalCode? | string | 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?
Type:
string
(optional)
A unique account number that you have given to the customer.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-accountnumber
additionalInformation?
Type:
string
(optional)
Any additional information relevant to the customer's profile.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-additionalinformation
address1?
Type:
string
(optional)
The first line of a customer address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-address1
address2?
Type:
string
(optional)
The second line of a customer address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-address2
address3?
Type:
string
(optional)
The third line of a customer address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-address3
address4?
Type:
string
(optional)
The fourth line of a customer address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-address4
billingAddress1?
Type:
string
(optional)
The first line of a customer’s billing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingaddress1
billingAddress2?
Type:
string
(optional)
The second line of a customer’s billing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingaddress2
billingAddress3?
Type:
string
(optional)
The third line of a customer’s billing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingaddress3
billingAddress4?
Type:
string
(optional)
The fourth line of a customer’s billing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingaddress4
billingCity?
Type:
string
(optional)
The city of a customer’s billing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingcity
billingCountry?
Type:
string
(optional)
The country of a customer’s billing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingcountry
billingCounty?
Type:
string
(optional)
The county of a customer’s billing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingcounty
billingPostalCode?
Type:
string
(optional)
The postal code of a customer’s billing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingpostalcode
billingProvince?
Type:
string
(optional)
The province of a customer’s billing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingprovince
billingState?
Type:
string
(optional)
The state of a customer’s billing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingstate
birthDate?
Type:
string
(optional)
The customer's birth date.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-birthdate
businessEmailAddress?
Type:
string
(optional)
The customer's business email address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-businessemailaddress
businessName?
Type:
string
(optional)
The name of the customer's business.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-businessname
businessPhoneNumber?
Type:
string
(optional)
The customer's business phone number.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-businessphonenumber
city?
Type:
string
(optional)
The city in which a customer lives.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-city
country?
Type:
string
(optional)
The country in which a customer lives.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-country
county?
Type:
string
(optional)
The county in which a customer lives.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-county
custom?
Type:
{ [string]: string } |
IResolvable
(optional)
The custom attributes in customer profile attributes.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-custom
emailAddress?
Type:
string
(optional)
The customer's email address, which has not been specified as a personal or business address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-emailaddress
firstName?
Type:
string
(optional)
The customer's first name.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-firstname
gender?
Type:
string
(optional)
The customer's gender.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-gender
homePhoneNumber?
Type:
string
(optional)
The customer's mobile phone number.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-homephonenumber
lastName?
Type:
string
(optional)
The customer's last name.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-lastname
mailingAddress1?
Type:
string
(optional)
The first line of a customer’s mailing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingaddress1
mailingAddress2?
Type:
string
(optional)
The second line of a customer’s mailing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingaddress2
mailingAddress3?
Type:
string
(optional)
The third line of a customer’s mailing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingaddress3
mailingAddress4?
Type:
string
(optional)
The fourth line of a customer’s mailing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingaddress4
mailingCity?
Type:
string
(optional)
The city of a customer’s mailing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingcity
mailingCountry?
Type:
string
(optional)
The country of a customer’s mailing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingcountry
mailingCounty?
Type:
string
(optional)
The county of a customer’s mailing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingcounty
mailingPostalCode?
Type:
string
(optional)
The postal code of a customer’s mailing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingpostalcode
mailingProvince?
Type:
string
(optional)
The province of a customer’s mailing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingprovince
mailingState?
Type:
string
(optional)
The state of a customer’s mailing address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingstate
middleName?
Type:
string
(optional)
The customer's middle name.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-middlename
mobilePhoneNumber?
Type:
string
(optional)
The customer's mobile phone number.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mobilephonenumber
partyType?
Type:
string
(optional)
The customer's party type.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-partytype
phoneNumber?
Type:
string
(optional)
The customer's phone number, which has not been specified as a mobile, home, or business number.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-phonenumber
postalCode?
Type:
string
(optional)
The postal code of a customer address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-postalcode
profileArn?
Type:
string
(optional)
The ARN of a customer profile.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-profilearn
profileId?
Type:
string
(optional)
The unique identifier of a customer profile.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-profileid
province?
Type:
string
(optional)
The province in which a customer lives.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-province
shippingAddress1?
Type:
string
(optional)
The first line of a customer’s shipping address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingaddress1
shippingAddress2?
Type:
string
(optional)
The second line of a customer’s shipping address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingaddress2
shippingAddress3?
Type:
string
(optional)
The third line of a customer’s shipping address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingaddress3
shippingAddress4?
Type:
string
(optional)
The fourth line of a customer’s shipping address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingaddress4
shippingCity?
Type:
string
(optional)
The city of a customer’s shipping address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingcity
shippingCountry?
Type:
string
(optional)
The country of a customer’s shipping address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingcountry
shippingCounty?
Type:
string
(optional)
The county of a customer’s shipping address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingcounty
shippingPostalCode?
Type:
string
(optional)
The postal code of a customer’s shipping address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingpostalcode
shippingProvince?
Type:
string
(optional)
The province of a customer’s shipping address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingprovince
shippingState?
Type:
string
(optional)
The state of a customer’s shipping address.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingstate
state?
Type:
string
(optional)
The state in which a customer lives.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-state