@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:18.639Z") @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<IListenerCertificate> |
getCertificates()
(experimental) Certificates to attach.
|
IApplicationListener |
getListener()
(experimental) The listener to attach the rule to.
|
@Stability(value=Experimental) @NotNull IApplicationListener getListener()
@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 © 2021. All rights reserved.