AWS::Connect::EmailAddress - AWS CloudFormation

AWS::Connect::EmailAddress

Create new email address in the specified Amazon Connect instance. For more information about email addresses, see Create email addresses in the Amazon Connect Administrator Guide.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Connect::EmailAddress", "Properties" : { "Description" : String, "DisplayName" : String, "EmailAddress" : String, "InstanceArn" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Connect::EmailAddress Properties: Description: String DisplayName: String EmailAddress: String InstanceArn: String Tags: - Tag

Properties

Description

The description of the email address.

Required: No

Type: String

Pattern: (^[\S].*[\S]$)|(^[\S]$)

Minimum: 1

Maximum: 250

Update requires: No interruption

DisplayName

The display name of email address.

Required: No

Type: String

Pattern: (^[\S].*[\S]$)|(^[\S]$)

Minimum: 0

Maximum: 256

Update requires: No interruption

EmailAddress

The email address with the instance, in [^\s@]+@[^\s@]+\.[^\s@]+ format.

Required: Yes

Type: String

Pattern: ([^\s@]+@[^\s@]+\.[^\s@]+)

Minimum: 1

Maximum: 255

Update requires: Replacement

InstanceArn

The Amazon Resource Name (ARN) of the instance.

Required: Yes

Type: String

Pattern: ^arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z]+-[0-9]{1}:[0-9]{1,20}:instance/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$

Minimum: 1

Maximum: 250

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

EmailAddressArn

The Amazon Resource Name (ARN) of the email address.