| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default IpAddressType |
IApplicationLoadBalancer.getIpAddressType()
(experimental) The IP Address Type for this load balancer.
|
IpAddressType |
IApplicationLoadBalancer.Jsii$Proxy.getIpAddressType()
(experimental) The IP Address Type for this load balancer.
|
default IpAddressType |
IApplicationLoadBalancer.Jsii$Default.getIpAddressType()
(experimental) The IP Address Type for this load balancer.
|
default IpAddressType |
ApplicationLoadBalancerProps.getIpAddressType()
(experimental) The type of IP addresses to use.
|
IpAddressType |
ApplicationLoadBalancerProps.Jsii$Proxy.getIpAddressType() |
IpAddressType |
ApplicationLoadBalancer.getIpAddressType()
(experimental) The IP Address Type for this load balancer.
|
static IpAddressType |
IpAddressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpAddressType[] |
IpAddressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationLoadBalancerProps.Builder |
ApplicationLoadBalancerProps.Builder.ipAddressType(IpAddressType ipAddressType)
Sets the value of
ApplicationLoadBalancerProps.getIpAddressType() |
ApplicationLoadBalancer.Builder |
ApplicationLoadBalancer.Builder.ipAddressType(IpAddressType ipAddressType)
(experimental) The type of IP addresses to use.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean http2Enabled,
Duration idleTimeout,
IpAddressType ipAddressType,
ISecurityGroup securityGroup,
IVpc vpc,
Boolean deletionProtection,
Boolean internetFacing,
String loadBalancerName,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancerProps.Builder. |
Copyright © 2021. All rights reserved.