@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:11.575Z") @Stability(value=Experimental) public interface IApplicationLoadBalancer extends software.amazon.jsii.JsiiSerializable, 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(String id,
BaseApplicationListenerProps props)
(experimental) Add a new listener to this load balancer.
|
default IpAddressType |
getIpAddressType()
(experimental) The IP Address Type for this load balancer.
|
String |
getLoadBalancerArn()
(experimental) The ARN of this load balancer.
|
default IVpc |
getVpc()
(experimental) The VPC this load balancer has been created in (if available).
|
getLoadBalancerCanonicalHostedZoneId, getLoadBalancerDnsName
getConnections
@Stability(value=Experimental) @NotNull String getLoadBalancerArn()
@Stability(value=Experimental) @Nullable default IpAddressType getIpAddressType()
Default: IpAddressType.IPV4
@Stability(value=Experimental) @Nullable 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.
@Stability(value=Experimental) @NotNull ApplicationListener addListener(@NotNull String id, @NotNull BaseApplicationListenerProps props)
id
- This parameter is required.props
- This parameter is required.Copyright © 2021. All rights reserved.