

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::AppMesh::VirtualNode TcpTimeout
<a name="aws-properties-appmesh-virtualnode-tcptimeout"></a>

An object that represents types of timeouts. 

## Syntax
<a name="aws-properties-appmesh-virtualnode-tcptimeout-syntax"></a>

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

### JSON
<a name="aws-properties-appmesh-virtualnode-tcptimeout-syntax.json"></a>

```
{
  "[Idle](#cfn-appmesh-virtualnode-tcptimeout-idle)" : Duration
}
```

### YAML
<a name="aws-properties-appmesh-virtualnode-tcptimeout-syntax.yaml"></a>

```
  [Idle](#cfn-appmesh-virtualnode-tcptimeout-idle): 
    Duration
```

## Properties
<a name="aws-properties-appmesh-virtualnode-tcptimeout-properties"></a>

`Idle`  <a name="cfn-appmesh-virtualnode-tcptimeout-idle"></a>
An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.  
*Required*: No  
*Type*: [Duration](aws-properties-appmesh-virtualnode-duration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)