Class CfnMessageTemplate.CustomerProfileAttributesProperty
The customer profile attributes that are used with the message template.
Inherited Members
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
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
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
Remarks
AdditionalInformation
Any additional information relevant to the customer's profile.
public string? AdditionalInformation { get; set; }
Property Value
Remarks
Address1
The first line of a customer address.
public string? Address1 { get; set; }
Property Value
Remarks
Address2
The second line of a customer address.
public string? Address2 { get; set; }
Property Value
Remarks
Address3
The third line of a customer address.
public string? Address3 { get; set; }
Property Value
Remarks
Address4
The fourth line of a customer address.
public string? Address4 { get; set; }
Property Value
Remarks
BillingAddress1
The first line of a customer’s billing address.
public string? BillingAddress1 { get; set; }
Property Value
Remarks
BillingAddress2
The second line of a customer’s billing address.
public string? BillingAddress2 { get; set; }
Property Value
Remarks
BillingAddress3
The third line of a customer’s billing address.
public string? BillingAddress3 { get; set; }
Property Value
Remarks
BillingAddress4
The fourth line of a customer’s billing address.
public string? BillingAddress4 { get; set; }
Property Value
Remarks
BillingCity
The city of a customer’s billing address.
public string? BillingCity { get; set; }
Property Value
Remarks
BillingCountry
The country of a customer’s billing address.
public string? BillingCountry { get; set; }
Property Value
Remarks
BillingCounty
The county of a customer’s billing address.
public string? BillingCounty { get; set; }
Property Value
Remarks
BillingPostalCode
The postal code of a customer’s billing address.
public string? BillingPostalCode { get; set; }
Property Value
Remarks
BillingProvince
The province of a customer’s billing address.
public string? BillingProvince { get; set; }
Property Value
Remarks
BillingState
The state of a customer’s billing address.
public string? BillingState { get; set; }
Property Value
Remarks
BirthDate
The customer's birth date.
public string? BirthDate { get; set; }
Property Value
Remarks
BusinessEmailAddress
The customer's business email address.
public string? BusinessEmailAddress { get; set; }
Property Value
Remarks
BusinessName
The name of the customer's business.
public string? BusinessName { get; set; }
Property Value
Remarks
BusinessPhoneNumber
The customer's business phone number.
public string? BusinessPhoneNumber { get; set; }
Property Value
Remarks
City
The city in which a customer lives.
public string? City { get; set; }
Property Value
Remarks
Country
The country in which a customer lives.
public string? Country { get; set; }
Property Value
Remarks
County
The county in which a customer lives.
public string? County { get; set; }
Property Value
Remarks
Custom
The custom attributes in customer profile attributes.
public object? Custom { get; set; }
Property Value
Remarks
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
Remarks
FirstName
The customer's first name.
public string? FirstName { get; set; }
Property Value
Remarks
Gender
The customer's gender.
public string? Gender { get; set; }
Property Value
Remarks
HomePhoneNumber
The customer's mobile phone number.
public string? HomePhoneNumber { get; set; }
Property Value
Remarks
LastName
The customer's last name.
public string? LastName { get; set; }
Property Value
Remarks
MailingAddress1
The first line of a customer’s mailing address.
public string? MailingAddress1 { get; set; }
Property Value
Remarks
MailingAddress2
The second line of a customer’s mailing address.
public string? MailingAddress2 { get; set; }
Property Value
Remarks
MailingAddress3
The third line of a customer’s mailing address.
public string? MailingAddress3 { get; set; }
Property Value
Remarks
MailingAddress4
The fourth line of a customer’s mailing address.
public string? MailingAddress4 { get; set; }
Property Value
Remarks
MailingCity
The city of a customer’s mailing address.
public string? MailingCity { get; set; }
Property Value
Remarks
MailingCountry
The country of a customer’s mailing address.
public string? MailingCountry { get; set; }
Property Value
Remarks
MailingCounty
The county of a customer’s mailing address.
public string? MailingCounty { get; set; }
Property Value
Remarks
MailingPostalCode
The postal code of a customer’s mailing address.
public string? MailingPostalCode { get; set; }
Property Value
Remarks
MailingProvince
The province of a customer’s mailing address.
public string? MailingProvince { get; set; }
Property Value
Remarks
MailingState
The state of a customer’s mailing address.
public string? MailingState { get; set; }
Property Value
Remarks
MiddleName
The customer's middle name.
public string? MiddleName { get; set; }
Property Value
Remarks
MobilePhoneNumber
The customer's mobile phone number.
public string? MobilePhoneNumber { get; set; }
Property Value
Remarks
PartyType
The customer's party type.
public string? PartyType { get; set; }
Property Value
Remarks
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
Remarks
PostalCode
The postal code of a customer address.
public string? PostalCode { get; set; }
Property Value
Remarks
ProfileArn
The ARN of a customer profile.
public string? ProfileArn { get; set; }
Property Value
Remarks
ProfileId
The unique identifier of a customer profile.
public string? ProfileId { get; set; }
Property Value
Remarks
Province
The province in which a customer lives.
public string? Province { get; set; }
Property Value
Remarks
ShippingAddress1
The first line of a customer’s shipping address.
public string? ShippingAddress1 { get; set; }
Property Value
Remarks
ShippingAddress2
The second line of a customer’s shipping address.
public string? ShippingAddress2 { get; set; }
Property Value
Remarks
ShippingAddress3
The third line of a customer’s shipping address.
public string? ShippingAddress3 { get; set; }
Property Value
Remarks
ShippingAddress4
The fourth line of a customer’s shipping address.
public string? ShippingAddress4 { get; set; }
Property Value
Remarks
ShippingCity
The city of a customer’s shipping address.
public string? ShippingCity { get; set; }
Property Value
Remarks
ShippingCountry
The country of a customer’s shipping address.
public string? ShippingCountry { get; set; }
Property Value
Remarks
ShippingCounty
The county of a customer’s shipping address.
public string? ShippingCounty { get; set; }
Property Value
Remarks
ShippingPostalCode
The postal code of a customer’s shipping address.
public string? ShippingPostalCode { get; set; }
Property Value
Remarks
ShippingProvince
The province of a customer’s shipping address.
public string? ShippingProvince { get; set; }
Property Value
Remarks
ShippingState
The state of a customer’s shipping address.
public string? ShippingState { get; set; }
Property Value
Remarks
State
The state in which a customer lives.
public string? State { get; set; }