class Aws::AppMesh::Types::VirtualGatewayListener
An object that represents a listener for a virtual gateway.
@note When making an API call, you may pass VirtualGatewayListener
data as a hash: { connection_pool: { grpc: { max_requests: 1, # required }, http: { max_connections: 1, # required max_pending_requests: 1, }, http2: { max_requests: 1, # required }, }, health_check: { healthy_threshold: 1, # required interval_millis: 1, # required path: "String", port: 1, protocol: "http", # required, accepts http, http2, grpc timeout_millis: 1, # required unhealthy_threshold: 1, # required }, port_mapping: { # required port: 1, # required protocol: "http", # required, accepts http, http2, grpc }, tls: { certificate: { # required acm: { certificate_arn: "Arn", # required }, file: { certificate_chain: "FilePath", # required private_key: "FilePath", # required }, sds: { secret_name: "VirtualGatewaySdsSecretName", # required }, }, mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED validation: { subject_alternative_names: { match: { # required exact: ["SubjectAlternativeName"], # required }, }, trust: { # required file: { certificate_chain: "FilePath", # required }, sds: { secret_name: "VirtualGatewaySdsSecretName", # required }, }, }, }, }
@!attribute [rw] connection_pool
The connection pool information for the virtual gateway listener. @return [Types::VirtualGatewayConnectionPool]
@!attribute [rw] health_check
The health check information for the listener. @return [Types::VirtualGatewayHealthCheckPolicy]
@!attribute [rw] port_mapping
The port mapping information for the listener. @return [Types::VirtualGatewayPortMapping]
@!attribute [rw] tls
A reference to an object that represents the Transport Layer Security (TLS) properties for the listener. @return [Types::VirtualGatewayListenerTls]
@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/VirtualGatewayListener AWS API Documentation
Constants
- SENSITIVE