interface SystemEndpointAttributesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins.CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awswisdom/mixins#CfnMessageTemplatePropsMixin_SystemEndpointAttributesProperty |
Java | software.amazon.awscdk.mixins.preview.services.wisdom.mixins.CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty |
Python | aws_cdk.mixins_preview.aws_wisdom.mixins.CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_wisdom » mixins » CfnMessageTemplatePropsMixin » SystemEndpointAttributesProperty |
The system endpoint attributes that are used with the message template.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as wisdom_mixins } from '@aws-cdk/mixins-preview/aws-wisdom';
const systemEndpointAttributesProperty: wisdom_mixins.CfnMessageTemplatePropsMixin.SystemEndpointAttributesProperty = {
address: 'address',
};
Properties
| Name | Type | Description |
|---|---|---|
| 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?
Type:
string
(optional)
The customer's phone number if used with customerEndpoint , or the number the customer dialed to call your contact center if used with systemEndpoint .

.NET
Go
Java
Python
TypeScript