@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.119Z") @Stability(value=Stable) public interface IApplicationTargetGroup extends software.amazon.jsii.JsiiSerializable, ITargetGroup
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IApplicationTargetGroup.Jsii$Default
Internal default implementation for
IApplicationTargetGroup. |
static class |
IApplicationTargetGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTarget(IApplicationLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
void |
registerConnectable(IConnectable connectable)
Register a connectable as a member of this target group.
|
void |
registerConnectable(IConnectable connectable,
Port portRange)
Register a connectable as a member of this target group.
|
void |
registerListener(IApplicationListener listener)
Register a listener that is load balancing to this target group.
|
void |
registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
Register a listener that is load balancing to this target group.
|
getLoadBalancerArns, getLoadBalancerAttached, getTargetGroupArn, getTargetGroupName@Stability(value=Stable)
void addTarget(@NotNull
IApplicationLoadBalancerTarget... targets)
targets - This parameter is required.@Stability(value=Stable)
void registerConnectable(@NotNull
IConnectable connectable,
@Nullable
Port portRange)
Don't call this directly. It will be called by load balancing targets.
connectable - This parameter is required.portRange - @Stability(value=Stable)
void registerConnectable(@NotNull
IConnectable connectable)
Don't call this directly. It will be called by load balancing targets.
connectable - This parameter is required.@Stability(value=Stable)
void registerListener(@NotNull
IApplicationListener listener,
@Nullable
software.constructs.IConstruct associatingConstruct)
Don't call this directly. It will be called by listeners.
listener - This parameter is required.associatingConstruct - @Stability(value=Stable)
void registerListener(@NotNull
IApplicationListener listener)
Don't call this directly. It will be called by listeners.
listener - This parameter is required.Copyright © 2022. All rights reserved.