Interface CfnVirtualNode.ListenerTlsAcmCertificateProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVirtualNode.ListenerTlsAcmCertificateProperty.Jsii$Proxy
Enclosing class:
CfnVirtualNode

@Stability(Stable) public static interface CfnVirtualNode.ListenerTlsAcmCertificateProperty extends software.amazon.jsii.JsiiSerializable
An object that represents an AWS Certificate Manager certificate.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appmesh.*;
 ListenerTlsAcmCertificateProperty listenerTlsAcmCertificateProperty = ListenerTlsAcmCertificateProperty.builder()
         .certificateArn("certificateArn")
         .build();