This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppMesh::VirtualNode ListenerTimeout
An object that represents timeouts for different protocols.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "GRPC" :GrpcTimeout, "HTTP" :HttpTimeout, "HTTP2" :HttpTimeout, "TCP" :TcpTimeout}
YAML
GRPC:GrpcTimeoutHTTP:HttpTimeoutHTTP2:HttpTimeoutTCP:TcpTimeout
Properties
GRPC-
An object that represents types of timeouts.
Required: No
Type: GrpcTimeout
Update requires: No interruption
HTTP-
An object that represents types of timeouts.
Required: No
Type: HttpTimeout
Update requires: No interruption
HTTP2-
An object that represents types of timeouts.
Required: No
Type: HttpTimeout
Update requires: No interruption
TCP-
An object that represents types of timeouts.
Required: No
Type: TcpTimeout
Update requires: No interruption