@Stability(value=Stable)
public static interface CfnListenerCertificate.CertificateProperty
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.elasticloadbalancingv2.*;
CertificateProperty certificateProperty = CertificateProperty.builder()
.certificateArn("certificateArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListenerCertificate.CertificateProperty.Builder
A builder for
CfnListenerCertificate.CertificateProperty |
static class |
CfnListenerCertificate.CertificateProperty.Jsii$Proxy
An implementation for
CfnListenerCertificate.CertificateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnListenerCertificate.CertificateProperty.Builder |
builder() |
default String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
|
@Stability(value=Stable) @Nullable default String getCertificateArn()
@Stability(value=Stable) static CfnListenerCertificate.CertificateProperty.Builder builder()
Copyright © 2022. All rights reserved.