interface TcpTimeoutProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppMesh.CfnVirtualNode.TcpTimeoutProperty |
Java | software.amazon.awscdk.services.appmesh.CfnVirtualNode.TcpTimeoutProperty |
Python | aws_cdk.aws_appmesh.CfnVirtualNode.TcpTimeoutProperty |
TypeScript | @aws-cdk/aws-appmesh » CfnVirtualNode » TcpTimeoutProperty |
An object that represents types of timeouts.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appmesh from '@aws-cdk/aws-appmesh';
const tcpTimeoutProperty: appmesh.CfnVirtualNode.TcpTimeoutProperty = {
idle: {
unit: 'unit',
value: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
idle? | IResolvable | Duration | An object that represents an idle timeout. |
idle?
Type:
IResolvable
|
Duration
(optional)
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.