interface AliasConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnEmailAddressPropsMixin.AliasConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnEmailAddressPropsMixin_AliasConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEmailAddressPropsMixin.AliasConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnEmailAddressPropsMixin.AliasConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnEmailAddressPropsMixin » AliasConfigurationProperty |
Configuration information of an email alias.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const aliasConfigurationProperty: connect.CfnEmailAddressPropsMixin.AliasConfigurationProperty = {
emailAddressArn: 'emailAddressArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| email | string | The identifier of the email address alias. |
emailAddressArn?
Type:
string
(optional)
The identifier of the email address alias.

.NET
Go
Java
Python
TypeScript