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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVirtualNode.ListenerTlsAcmCertificatePropertystatic final classAn implementation forCfnVirtualNode.ListenerTlsAcmCertificateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateArn
The Amazon Resource Name (ARN) for the certificate.The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
- See Also:
-
builder
-