public static interface IApplicationTargetGroup.Jsii$Default extends IApplicationTargetGroup, ITargetGroup.Jsii$Default
IApplicationTargetGroup
.IApplicationTargetGroup.Jsii$Default, IApplicationTargetGroup.Jsii$Proxy
Modifier and Type | Method and Description |
---|---|
default void |
addTarget(IApplicationLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
default java.lang.String |
getLoadBalancerArns()
A token representing a list of ARNs of the load balancers that route traffic to this target group.
|
default IDependable |
getLoadBalancerAttached()
Return an object to depend on the listeners added to this target group.
|
default ConstructNode |
getNode()
The construct tree node for this construct.
|
default java.lang.String |
getTargetGroupArn()
ARN of the target group.
|
default java.lang.String |
getTargetGroupName()
The name of the target group.
|
default void |
registerConnectable(IConnectable connectable,
Port portRange)
Register a connectable as a member of this target group.
|
default void |
registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
Register a listener that is load balancing to this target group.
|
registerConnectable, registerListener
default ConstructNode getNode()
getNode
in interface IConstruct
getNode
in interface IConstruct.Jsii$Default
getNode
in interface ITargetGroup.Jsii$Default
default java.lang.String getLoadBalancerArns()
getLoadBalancerArns
in interface ITargetGroup
getLoadBalancerArns
in interface ITargetGroup.Jsii$Default
default IDependable getLoadBalancerAttached()
getLoadBalancerAttached
in interface ITargetGroup
getLoadBalancerAttached
in interface ITargetGroup.Jsii$Default
default java.lang.String getTargetGroupArn()
getTargetGroupArn
in interface ITargetGroup
getTargetGroupArn
in interface ITargetGroup.Jsii$Default
default java.lang.String getTargetGroupName()
getTargetGroupName
in interface ITargetGroup
getTargetGroupName
in interface ITargetGroup.Jsii$Default
default void addTarget(IApplicationLoadBalancerTarget... targets)
addTarget
in interface IApplicationTargetGroup
targets
- This parameter is required.default void registerConnectable(IConnectable connectable, Port portRange)
Don't call this directly. It will be called by load balancing targets.
registerConnectable
in interface IApplicationTargetGroup
connectable
- This parameter is required.portRange
- default void registerListener(IApplicationListener listener, software.constructs.IConstruct associatingConstruct)
Don't call this directly. It will be called by listeners.
registerListener
in interface IApplicationTargetGroup
listener
- This parameter is required.associatingConstruct
-