@Stability(value=Stable)
public static interface CfnVirtualNode.ListenerTlsAcmCertificateProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnVirtualNode.ListenerTlsAcmCertificateProperty.CertificateArn`.
|
@Stability(value=Stable) @NotNull String getCertificateArn()
@Stability(value=Stable) static CfnVirtualNode.ListenerTlsAcmCertificateProperty.Builder builder()
Copyright © 2021. All rights reserved.