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:
GrpcTimeout
HTTP:HttpTimeout
HTTP2:HttpTimeout
TCP: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