Show / Hide Table of Contents

Class CfnMessageTemplate.CustomerProfileAttributesProperty

The customer profile attributes that are used with the message template.

Inheritance
object
CfnMessageTemplate.CustomerProfileAttributesProperty
Implements
CfnMessageTemplate.ICustomerProfileAttributesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMessageTemplate.CustomerProfileAttributesProperty : CfnMessageTemplate.ICustomerProfileAttributesProperty
Syntax (vb)
Public Class CfnMessageTemplate.CustomerProfileAttributesProperty Implements CfnMessageTemplate.ICustomerProfileAttributesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Wisdom;

             var customerProfileAttributesProperty = new 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 = new Dictionary<string, string> {
                     { "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"
             };

Synopsis

Constructors

CustomerProfileAttributesProperty()

The customer profile attributes that are used with the message template.

Properties

AccountNumber

A unique account number that you have given to the customer.

AdditionalInformation

Any additional information relevant to the customer's profile.

Address1

The first line of a customer address.

Address2

The second line of a customer address.

Address3

The third line of a customer address.

Address4

The fourth line of a customer address.

BillingAddress1

The first line of a customer’s billing address.

BillingAddress2

The second line of a customer’s billing address.

BillingAddress3

The third line of a customer’s billing address.

BillingAddress4

The fourth line of a customer’s billing address.

BillingCity

The city of a customer’s billing address.

BillingCountry

The country of a customer’s billing address.

BillingCounty

The county of a customer’s billing address.

BillingPostalCode

The postal code of a customer’s billing address.

BillingProvince

The province of a customer’s billing address.

BillingState

The state of a customer’s billing address.

BirthDate

The customer's birth date.

BusinessEmailAddress

The customer's business email address.

BusinessName

The name of the customer's business.

BusinessPhoneNumber

The customer's business phone number.

City

The city in which a customer lives.

Country

The country in which a customer lives.

County

The county in which a customer lives.

Custom

The custom attributes in customer profile attributes.

EmailAddress

The customer's email address, which has not been specified as a personal or business address.

FirstName

The customer's first name.

Gender

The customer's gender.

HomePhoneNumber

The customer's mobile phone number.

LastName

The customer's last name.

MailingAddress1

The first line of a customer’s mailing address.

MailingAddress2

The second line of a customer’s mailing address.

MailingAddress3

The third line of a customer’s mailing address.

MailingAddress4

The fourth line of a customer’s mailing address.

MailingCity

The city of a customer’s mailing address.

MailingCountry

The country of a customer’s mailing address.

MailingCounty

The county of a customer’s mailing address.

MailingPostalCode

The postal code of a customer’s mailing address.

MailingProvince

The province of a customer’s mailing address.

MailingState

The state of a customer’s mailing address.

MiddleName

The customer's middle name.

MobilePhoneNumber

The customer's mobile phone number.

PartyType

The customer's party type.

PhoneNumber

The customer's phone number, which has not been specified as a mobile, home, or business number.

PostalCode

The postal code of a customer address.

ProfileArn

The ARN of a customer profile.

ProfileId

The unique identifier of a customer profile.

Province

The province in which a customer lives.

ShippingAddress1

The first line of a customer’s shipping address.

ShippingAddress2

The second line of a customer’s shipping address.

ShippingAddress3

The third line of a customer’s shipping address.

ShippingAddress4

The fourth line of a customer’s shipping address.

ShippingCity

The city of a customer’s shipping address.

ShippingCountry

The country of a customer’s shipping address.

ShippingCounty

The county of a customer’s shipping address.

ShippingPostalCode

The postal code of a customer’s shipping address.

ShippingProvince

The province of a customer’s shipping address.

ShippingState

The state of a customer’s shipping address.

State

The state in which a customer lives.

Constructors

CustomerProfileAttributesProperty()

The customer profile attributes that are used with the message template.

public CustomerProfileAttributesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Wisdom;

             var customerProfileAttributesProperty = new 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 = new Dictionary<string, string> {
                     { "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

AccountNumber

A unique account number that you have given to the customer.

public string? AccountNumber { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-accountnumber

AdditionalInformation

Any additional information relevant to the customer's profile.

public string? AdditionalInformation { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-additionalinformation

Address1

The first line of a customer address.

public string? Address1 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-address1

Address2

The second line of a customer address.

public string? Address2 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-address2

Address3

The third line of a customer address.

public string? Address3 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-address3

Address4

The fourth line of a customer address.

public string? Address4 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-address4

BillingAddress1

The first line of a customer’s billing address.

public string? BillingAddress1 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingaddress1

BillingAddress2

The second line of a customer’s billing address.

public string? BillingAddress2 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingaddress2

BillingAddress3

The third line of a customer’s billing address.

public string? BillingAddress3 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingaddress3

BillingAddress4

The fourth line of a customer’s billing address.

public string? BillingAddress4 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingaddress4

BillingCity

The city of a customer’s billing address.

public string? BillingCity { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingcity

BillingCountry

The country of a customer’s billing address.

public string? BillingCountry { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingcountry

BillingCounty

The county of a customer’s billing address.

public string? BillingCounty { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingcounty

BillingPostalCode

The postal code of a customer’s billing address.

public string? BillingPostalCode { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingpostalcode

BillingProvince

The province of a customer’s billing address.

public string? BillingProvince { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingprovince

BillingState

The state of a customer’s billing address.

public string? BillingState { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-billingstate

BirthDate

The customer's birth date.

public string? BirthDate { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-birthdate

BusinessEmailAddress

The customer's business email address.

public string? BusinessEmailAddress { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-businessemailaddress

BusinessName

The name of the customer's business.

public string? BusinessName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-businessname

BusinessPhoneNumber

The customer's business phone number.

public string? BusinessPhoneNumber { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-businessphonenumber

City

The city in which a customer lives.

public string? City { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-city

Country

The country in which a customer lives.

public string? Country { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-country

County

The county in which a customer lives.

public string? County { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-county

Custom

The custom attributes in customer profile attributes.

public object? Custom { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-custom

Type union: either Dictionary<string, string> or IResolvable

EmailAddress

The customer's email address, which has not been specified as a personal or business address.

public string? EmailAddress { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-emailaddress

FirstName

The customer's first name.

public string? FirstName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-firstname

Gender

The customer's gender.

public string? Gender { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-gender

HomePhoneNumber

The customer's mobile phone number.

public string? HomePhoneNumber { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-homephonenumber

LastName

The customer's last name.

public string? LastName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-lastname

MailingAddress1

The first line of a customer’s mailing address.

public string? MailingAddress1 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingaddress1

MailingAddress2

The second line of a customer’s mailing address.

public string? MailingAddress2 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingaddress2

MailingAddress3

The third line of a customer’s mailing address.

public string? MailingAddress3 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingaddress3

MailingAddress4

The fourth line of a customer’s mailing address.

public string? MailingAddress4 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingaddress4

MailingCity

The city of a customer’s mailing address.

public string? MailingCity { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingcity

MailingCountry

The country of a customer’s mailing address.

public string? MailingCountry { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingcountry

MailingCounty

The county of a customer’s mailing address.

public string? MailingCounty { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingcounty

MailingPostalCode

The postal code of a customer’s mailing address.

public string? MailingPostalCode { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingpostalcode

MailingProvince

The province of a customer’s mailing address.

public string? MailingProvince { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingprovince

MailingState

The state of a customer’s mailing address.

public string? MailingState { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mailingstate

MiddleName

The customer's middle name.

public string? MiddleName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-middlename

MobilePhoneNumber

The customer's mobile phone number.

public string? MobilePhoneNumber { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-mobilephonenumber

PartyType

The customer's party type.

public string? PartyType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-partytype

PhoneNumber

The customer's phone number, which has not been specified as a mobile, home, or business number.

public string? PhoneNumber { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-phonenumber

PostalCode

The postal code of a customer address.

public string? PostalCode { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-postalcode

ProfileArn

The ARN of a customer profile.

public string? ProfileArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-profilearn

ProfileId

The unique identifier of a customer profile.

public string? ProfileId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-profileid

Province

The province in which a customer lives.

public string? Province { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-province

ShippingAddress1

The first line of a customer’s shipping address.

public string? ShippingAddress1 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingaddress1

ShippingAddress2

The second line of a customer’s shipping address.

public string? ShippingAddress2 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingaddress2

ShippingAddress3

The third line of a customer’s shipping address.

public string? ShippingAddress3 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingaddress3

ShippingAddress4

The fourth line of a customer’s shipping address.

public string? ShippingAddress4 { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingaddress4

ShippingCity

The city of a customer’s shipping address.

public string? ShippingCity { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingcity

ShippingCountry

The country of a customer’s shipping address.

public string? ShippingCountry { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingcountry

ShippingCounty

The county of a customer’s shipping address.

public string? ShippingCounty { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingcounty

ShippingPostalCode

The postal code of a customer’s shipping address.

public string? ShippingPostalCode { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingpostalcode

ShippingProvince

The province of a customer’s shipping address.

public string? ShippingProvince { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingprovince

ShippingState

The state of a customer’s shipping address.

public string? ShippingState { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-shippingstate

State

The state in which a customer lives.

public string? State { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-state

Implements

CfnMessageTemplate.ICustomerProfileAttributesProperty
Back to top Generated by DocFX