@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:21.950Z") @Stability(value=Stable) public interface CfnListenerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListenerProps.Builder
A builder for
CfnListenerProps |
static class |
CfnListenerProps.Jsii$Proxy
An implementation for
CfnListenerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnListenerProps.Builder |
builder() |
default List<String> |
getAlpnPolicy()
`AWS::ElasticLoadBalancingV2::Listener.AlpnPolicy`.
|
default Object |
getCertificates()
`AWS::ElasticLoadBalancingV2::Listener.Certificates`.
|
Object |
getDefaultActions()
`AWS::ElasticLoadBalancingV2::Listener.DefaultActions`.
|
String |
getLoadBalancerArn()
`AWS::ElasticLoadBalancingV2::Listener.LoadBalancerArn`.
|
default Number |
getPort()
`AWS::ElasticLoadBalancingV2::Listener.Port`.
|
default String |
getProtocol()
`AWS::ElasticLoadBalancingV2::Listener.Protocol`.
|
default String |
getSslPolicy()
`AWS::ElasticLoadBalancingV2::Listener.SslPolicy`.
|
@Stability(value=Stable) @NotNull Object getDefaultActions()
@Stability(value=Stable) @NotNull String getLoadBalancerArn()
@Stability(value=Stable) @Nullable default List<String> getAlpnPolicy()
@Stability(value=Stable) @Nullable default Object getCertificates()
@Stability(value=Stable) @Nullable default Number getPort()
@Stability(value=Stable) @Nullable default String getProtocol()
@Stability(value=Stable) @Nullable default String getSslPolicy()
@Stability(value=Stable) static CfnListenerProps.Builder builder()
CfnListenerProps.Builder of CfnListenerPropsCopyright © 2021. All rights reserved.