@Stability(value=Stable)
public static interface CfnLoadBalancer.ListenersProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-listener.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLoadBalancer.ListenersProperty.Builder
A builder for
CfnLoadBalancer.ListenersProperty |
static class |
CfnLoadBalancer.ListenersProperty.Jsii$Proxy
An implementation for
CfnLoadBalancer.ListenersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLoadBalancer.ListenersProperty.Builder |
builder() |
String |
getInstancePort()
`CfnLoadBalancer.ListenersProperty.InstancePort`.
|
default String |
getInstanceProtocol()
`CfnLoadBalancer.ListenersProperty.InstanceProtocol`.
|
String |
getLoadBalancerPort()
`CfnLoadBalancer.ListenersProperty.LoadBalancerPort`.
|
default List<String> |
getPolicyNames()
`CfnLoadBalancer.ListenersProperty.PolicyNames`.
|
String |
getProtocol()
`CfnLoadBalancer.ListenersProperty.Protocol`.
|
default String |
getSslCertificateId()
`CfnLoadBalancer.ListenersProperty.SSLCertificateId`.
|
@Stability(value=Stable) @NotNull String getInstancePort()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-listener.html#cfn-ec2-elb-listener-instanceport@Stability(value=Stable) @NotNull String getLoadBalancerPort()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-listener.html#cfn-ec2-elb-listener-loadbalancerport@Stability(value=Stable) @NotNull String getProtocol()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-listener.html#cfn-ec2-elb-listener-protocol@Stability(value=Stable) @Nullable default String getInstanceProtocol()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-listener.html#cfn-ec2-elb-listener-instanceprotocol@Stability(value=Stable) @Nullable default List<String> getPolicyNames()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-listener.html#cfn-ec2-elb-listener-policynames@Stability(value=Stable) @Nullable default String getSslCertificateId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-listener.html#cfn-ec2-elb-listener-sslcertificateid@Stability(value=Stable) static CfnLoadBalancer.ListenersProperty.Builder builder()
Copyright © 2020. All rights reserved.