AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::EmailAddress

CfnEmailAddress

Create 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

import { CfnEmailAddress } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnEmailAddress

Properties

Configuration passed to the constructor as CfnEmailAddressProps.

emailAddressRequired
string

The email address, including the domain.

instanceArnRequired
string

The Amazon Resource Name (ARN) of the instance.

aliasConfigurationsOptional
IResolvable | 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.

descriptionOptional
string

The description of the email address.

displayNameOptional
string

The display name of email address.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter