@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:25.916Z") @Stability(value=Experimental) public interface ApplicationListenerCertificateProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApplicationListenerCertificateProps.Builder
A builder for
ApplicationListenerCertificateProps |
static class |
ApplicationListenerCertificateProps.Jsii$Proxy
An implementation for
ApplicationListenerCertificateProps |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationListenerCertificateProps.Builder |
builder() |
default List<String> |
getCertificateArns()
Deprecated.
Use `certificates` instead.
|
default List<IListenerCertificate> |
getCertificates()
(experimental) Certificates to attach.
|
IApplicationListener |
getListener()
(experimental) The listener to attach the rule to.
|
@Stability(value=Experimental) @NotNull IApplicationListener getListener()
@Stability(value=Deprecated) @Deprecated @Nullable default List<String> getCertificateArns()
Duplicates are not allowed.
Default: - One of 'certificates' and 'certificateArns' is required.
@Stability(value=Experimental) @Nullable default List<IListenerCertificate> getCertificates()
Duplicates are not allowed.
Default: - One of 'certificates' and 'certificateArns' is required.
@Stability(value=Experimental) static ApplicationListenerCertificateProps.Builder builder()
Copyright © 2020. All rights reserved.