This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ConnectCampaignsV2::Campaign PreviewConfig
Contains preview outbound mode configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AgentActions" :[ String, ... ], "BandwidthAllocation" :Number, "TimeoutConfig" :TimeoutConfig}
YAML
AgentActions:- StringBandwidthAllocation:NumberTimeoutConfig:TimeoutConfig
Properties
AgentActions-
Agent actions for the preview outbound mode.
Required: No
Type: Array of String
Update requires: No interruption
BandwidthAllocation-
Bandwidth allocation for the preview outbound mode.
Required: Yes
Type: Number
Minimum:
0Maximum:
1Update requires: No interruption
TimeoutConfig-
Countdown timer configuration for preview outbound mode.
Required: Yes
Type: TimeoutConfig
Update requires: No interruption