@Stability(value=Stable)
public static interface CfnVirtualNode.ListenerTlsAcmCertificateProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualNode.ListenerTlsAcmCertificateProperty.Builder
A builder for
CfnVirtualNode.ListenerTlsAcmCertificateProperty |
static class |
CfnVirtualNode.ListenerTlsAcmCertificateProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.ListenerTlsAcmCertificateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualNode.ListenerTlsAcmCertificateProperty.Builder |
builder() |
String |
getCertificateArn()
The Amazon Resource Name (ARN) for the certificate.
|
@Stability(value=Stable) @NotNull String getCertificateArn()
The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
@Stability(value=Stable) static CfnVirtualNode.ListenerTlsAcmCertificateProperty.Builder builder()
Copyright © 2022. All rights reserved.