Interface CfnListener.CertificateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnListener.CertificateProperty.Jsii$Proxy
- Enclosing class:
CfnListener
@Stability(Stable)
public static interface CfnListener.CertificateProperty
extends software.amazon.jsii.JsiiSerializable
Specifies an SSL server certificate to use as the default certificate for 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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnListener.CertificatePropertystatic final classAn implementation forCfnListener.CertificateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateArn
The Amazon Resource Name (ARN) of the certificate.- See Also:
-
builder
-