Interface CfnListenerCertificate.CertificateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnListenerCertificate.CertificateProperty.Jsii$Proxy
- Enclosing class:
CfnListenerCertificate
@Stability(Stable)
public static interface CfnListenerCertificate.CertificateProperty
extends software.amazon.jsii.JsiiSerializable
Specifies an SSL server certificate for the certificate list of a secure listener.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnListenerCertificate.CertificateProperty
static final class
An implementation forCfnListenerCertificate.CertificateProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateArn
The Amazon Resource Name (ARN) of the certificate. -
builder
-