interface EmailAddressProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnQueuePropsMixin.EmailAddressProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnQueuePropsMixin_EmailAddressProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnQueuePropsMixin.EmailAddressProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnQueuePropsMixin.EmailAddressProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnQueuePropsMixin » EmailAddressProperty |
An email address configuration for the queue.
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 emailAddressProperty: connect.CfnQueuePropsMixin.EmailAddressProperty = {
emailAddressArn: 'emailAddressArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| email | string | The Amazon Resource Name (ARN) of the email address. |
emailAddressArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the email address.

.NET
Go
Java
Python
TypeScript