AWS::AppMesh::VirtualGateway VirtualGatewayListenerTlsCertificate
An object that represents a listener's Transport Layer Security (TLS) certificate.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ACM" :
VirtualGatewayListenerTlsAcmCertificate
, "File" :VirtualGatewayListenerTlsFileCertificate
, "SDS" :VirtualGatewayListenerTlsSdsCertificate
}
YAML
ACM:
VirtualGatewayListenerTlsAcmCertificate
File:VirtualGatewayListenerTlsFileCertificate
SDS:VirtualGatewayListenerTlsSdsCertificate
Properties
ACM
-
A reference to an object that represents an AWS Certificate Manager certificate.
Required: No
Type: VirtualGatewayListenerTlsAcmCertificate
Update requires: No interruption
File
-
A reference to an object that represents a local file certificate.
Required: No
Type: VirtualGatewayListenerTlsFileCertificate
Update requires: No interruption
SDS
-
A reference to an object that represents a virtual gateway's listener's Secret Discovery Service certificate.
Required: No
Type: VirtualGatewayListenerTlsSdsCertificate
Update requires: No interruption