interface TcpTimeout
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.TcpTimeout |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#TcpTimeout |
![]() | software.amazon.awscdk.services.appmesh.TcpTimeout |
![]() | aws_cdk.aws_appmesh.TcpTimeout |
![]() | aws-cdk-lib » aws_appmesh » TcpTimeout |
Represents timeouts for TCP protocols.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const tcpTimeout: appmesh.TcpTimeout = {
idle: cdk.Duration.minutes(30),
};
Properties
Name | Type | Description |
---|---|---|
idle? | Duration | Represents an idle timeout. |
idle?
Type:
Duration
(optional, default: none)
Represents an idle timeout.
The amount of time that a connection may be idle.