This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Connect::User AfterContactWorkConfigPerChannel
Configuration settings for after contact work (ACW) timeout for a specific channel.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AfterContactWorkConfig" :AfterContactWorkConfig, "AgentFirstCallbackAfterContactWorkConfig" :AfterContactWorkConfig, "Channel" :String}
YAML
AfterContactWorkConfig:AfterContactWorkConfigAgentFirstCallbackAfterContactWorkConfig:AfterContactWorkConfigChannel:String
Properties
AfterContactWorkConfig-
The ACW timeout settings for this channel.
Required: Yes
Type: AfterContactWorkConfig
Update requires: No interruption
AgentFirstCallbackAfterContactWorkConfig-
The ACW timeout settings for agent-first callbacks. This setting only applies to the VOICE channel.
Required: No
Type: AfterContactWorkConfig
Update requires: No interruption
Channel-
The channel for this ACW timeout configuration. Valid values: VOICE, CHAT, TASK, EMAIL.
Required: Yes
Type: String
Allowed values:
VOICE | CHAT | TASK | EMAILUpdate requires: No interruption