AWS::Connect::Queue OutboundCallerConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Connect::Queue OutboundCallerConfig

The outbound caller ID name, number, and outbound whisper flow.

Syntax

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

JSON

{ "OutboundCallerIdName" : String, "OutboundCallerIdNumberArn" : String, "OutboundFlowArn" : String }

Properties

OutboundCallerIdName

The caller ID name.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

OutboundCallerIdNumberArn

The Amazon Resource Name (ARN) of the outbound caller ID number.

Note

Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you create a phone number using CloudFormation, or when you call the ListPhoneNumbersV2 API.

Required: No

Type: String

Pattern: ^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:phone-number/[-a-zA-Z0-9]*$

Update requires: No interruption

OutboundFlowArn

The Amazon Resource Name (ARN) of the outbound flow.

Required: No

Type: String

Pattern: ^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*$

Minimum: 1

Maximum: 500

Update requires: No interruption