@Stability(value=Stable)
public static interface CfnLoadBalancer.PoliciesProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-policy.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLoadBalancer.PoliciesProperty.Builder
A builder for
CfnLoadBalancer.PoliciesProperty |
static class |
CfnLoadBalancer.PoliciesProperty.Jsii$Proxy
An implementation for
CfnLoadBalancer.PoliciesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLoadBalancer.PoliciesProperty.Builder |
builder() |
Object |
getAttributes()
`CfnLoadBalancer.PoliciesProperty.Attributes`.
|
default List<String> |
getInstancePorts()
`CfnLoadBalancer.PoliciesProperty.InstancePorts`.
|
default List<String> |
getLoadBalancerPorts()
`CfnLoadBalancer.PoliciesProperty.LoadBalancerPorts`.
|
String |
getPolicyName()
`CfnLoadBalancer.PoliciesProperty.PolicyName`.
|
String |
getPolicyType()
`CfnLoadBalancer.PoliciesProperty.PolicyType`.
|
@Stability(value=Stable) @NotNull Object getAttributes()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-policy.html#cfn-ec2-elb-policy-attributes@Stability(value=Stable) @NotNull String getPolicyName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-policy.html#cfn-ec2-elb-policy-policyname@Stability(value=Stable) @NotNull String getPolicyType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-policy.html#cfn-ec2-elb-policy-policytype@Stability(value=Stable) @Nullable default List<String> getInstancePorts()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-policy.html#cfn-ec2-elb-policy-instanceports@Stability(value=Stable) @Nullable default List<String> getLoadBalancerPorts()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-policy.html#cfn-ec2-elb-policy-loadbalancerports@Stability(value=Stable) static CfnLoadBalancer.PoliciesProperty.Builder builder()
Copyright © 2020. All rights reserved.