@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:07.844Z")
public interface CfnListenerCertificateProps
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() |
java.lang.Object |
getCertificates()
The certificate.
|
java.lang.String |
getListenerArn()
The Amazon Resource Name (ARN) of the listener.
|
java.lang.Object getCertificates()
You can specify one certificate per resource.
java.lang.String getListenerArn()
static CfnListenerCertificateProps.Builder builder()