interface TcpTimeoutProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnRoute.TcpTimeoutProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnRoute_TcpTimeoutProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnRoute.TcpTimeoutProperty |
![]() | aws_cdk.aws_appmesh.CfnRoute.TcpTimeoutProperty |
![]() | aws-cdk-lib » aws_appmesh » CfnRoute » 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 { aws_appmesh as appmesh } from 'aws-cdk-lib';
const tcpTimeoutProperty: appmesh.CfnRoute.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.