AWS::AppMesh::VirtualGateway VirtualGatewayClientPolicyTls
An object that represents a Transport Layer Security (TLS) client policy.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Certificate" :
VirtualGatewayClientTlsCertificate
, "Enforce" :Boolean
, "Ports" :[ Integer, ... ]
, "Validation" :VirtualGatewayTlsValidationContext
}
YAML
Certificate:
VirtualGatewayClientTlsCertificate
Enforce:Boolean
Ports:- Integer
Validation:VirtualGatewayTlsValidationContext
Properties
Certificate
-
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.
Required: No
Type: VirtualGatewayClientTlsCertificate
Update requires: No interruption
Enforce
-
Whether the policy is enforced. The default is
True
, if a value isn't specified.Required: No
Type: Boolean
Update requires: No interruption
Ports
-
One or more ports that the policy is enforced for.
Required: No
Type: Array of Integer
Update requires: No interruption
Validation
-
A reference to an object that represents a Transport Layer Security (TLS) validation context.
Required: Yes
Type: VirtualGatewayTlsValidationContext
Update requires: No interruption