

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::ConnectCampaignsV2::Campaign TimeoutConfig
<a name="aws-properties-connectcampaignsv2-campaign-timeoutconfig"></a>

Contains preview outbound mode timeout configuration.

## Syntax
<a name="aws-properties-connectcampaignsv2-campaign-timeoutconfig-syntax"></a>

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

### JSON
<a name="aws-properties-connectcampaignsv2-campaign-timeoutconfig-syntax.json"></a>

```
{
  "[DurationInSeconds](#cfn-connectcampaignsv2-campaign-timeoutconfig-durationinseconds)" : {{Integer}}
}
```

### YAML
<a name="aws-properties-connectcampaignsv2-campaign-timeoutconfig-syntax.yaml"></a>

```
  [DurationInSeconds](#cfn-connectcampaignsv2-campaign-timeoutconfig-durationinseconds): {{Integer}}
```

## Properties
<a name="aws-properties-connectcampaignsv2-campaign-timeoutconfig-properties"></a>

`DurationInSeconds`  <a name="cfn-connectcampaignsv2-campaign-timeoutconfig-durationinseconds"></a>
Duration in seconds for the countdown timer.  
*Required*: No  
*Type*: Integer  
*Minimum*: `10`  
*Maximum*: `300`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)