AWS::Connect::EmailAddressCreate new email address in the specified Amazon Connect instance. For more information about email addresses, see [Create email addresses](https://docs.aws.amazon.com/connect/latest/adminguide/create-email-address1.html) in the Amazon Connect Administrator Guide.
import { CfnEmailAddress } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnEmailAddressConfiguration passed to the constructor as CfnEmailAddressProps.
emailAddressRequiredstringThe email address, including the domain.
instanceArnRequiredstringThe Amazon Resource Name (ARN) of the instance.
aliasConfigurationsOptionalIResolvable | IResolvable | AliasConfigurationProperty[]A list of alias configurations for this email address, showing which email addresses forward to this primary address. Each configuration contains the email address ID of an alias that forwards emails to this address.
descriptionOptionalstringThe description of the email address.
displayNameOptionalstringThe display name of email address.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::EmailAddress