@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-17T17:31:18.588Z") public interface IApplicationLoadBalancer extends ILoadBalancerV2, IConnectable
Modifier and Type | Interface and Description |
---|---|
static interface |
IApplicationLoadBalancer.Jsii$Default
Internal default implementation for
IApplicationLoadBalancer . |
static class |
IApplicationLoadBalancer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
ApplicationListener |
addListener(java.lang.String id,
BaseApplicationListenerProps props)
Add a new listener to this load balancer.
|
default IpAddressType |
getIpAddressType()
The IP Address Type for this load balancer.
|
java.util.List<ApplicationListener> |
getListeners()
A list of listeners that have been added to the load balancer.
|
java.lang.String |
getLoadBalancerArn()
The ARN of this load balancer.
|
default IVpc |
getVpc()
The VPC this load balancer has been created in (if available).
|
getLoadBalancerCanonicalHostedZoneId, getLoadBalancerDnsName
applyRemovalPolicy, getEnv, getStack
getNode
getConnections
java.util.List<ApplicationListener> getListeners()
This list is only valid for owned constructs.
java.lang.String getLoadBalancerArn()
default IpAddressType getIpAddressType()
Default: IpAddressType.IPV4
default IVpc getVpc()
If this interface is the result of an import call to fromApplicationLoadBalancerAttributes, the vpc attribute will be undefined unless specified in the optional properties of that method.
ApplicationListener addListener(java.lang.String id, BaseApplicationListenerProps props)
id
- This parameter is required.props
- This parameter is required.