@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.084Z") @Stability(value=Stable) public interface CfnListenerCertificateProps 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.*;
CfnListenerCertificateProps cfnListenerCertificateProps = CfnListenerCertificateProps.builder()
.certificates(List.of(CertificateProperty.builder()
.certificateArn("certificateArn")
.build()))
.listenerArn("listenerArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListenerCertificateProps.Builder
A builder for
CfnListenerCertificateProps |
static class |
CfnListenerCertificateProps.Jsii$Proxy
An implementation for
CfnListenerCertificateProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnListenerCertificateProps.Builder |
builder() |
Object |
getCertificates()
The certificate.
|
String |
getListenerArn()
The Amazon Resource Name (ARN) of the listener.
|
@Stability(value=Stable) @NotNull Object getCertificates()
You can specify one certificate per resource.
@Stability(value=Stable) @NotNull String getListenerArn()
@Stability(value=Stable) static CfnListenerCertificateProps.Builder builder()
Copyright © 2022. All rights reserved.