

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::Connect::User AfterContactWorkConfig
<a name="aws-properties-connect-user-aftercontactworkconfig"></a>

Configuration settings for after contact work (ACW) timeout.

## Syntax
<a name="aws-properties-connect-user-aftercontactworkconfig-syntax"></a>

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

### JSON
<a name="aws-properties-connect-user-aftercontactworkconfig-syntax.json"></a>

```
{
  "[AfterContactWorkTimeLimit](#cfn-connect-user-aftercontactworkconfig-aftercontactworktimelimit)" : {{Integer}}
}
```

### YAML
<a name="aws-properties-connect-user-aftercontactworkconfig-syntax.yaml"></a>

```
  [AfterContactWorkTimeLimit](#cfn-connect-user-aftercontactworkconfig-aftercontactworktimelimit): {{Integer}}
```

## Properties
<a name="aws-properties-connect-user-aftercontactworkconfig-properties"></a>

`AfterContactWorkTimeLimit`  <a name="cfn-connect-user-aftercontactworkconfig-aftercontactworktimelimit"></a>
The ACW timeout duration in seconds. Minimum: 1 second. Maximum: 2,000,000 seconds (24 days). Enter 0 for indefinite ACW time.  
*Required*: No  
*Type*: Integer  
*Minimum*: `0`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)