@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:24.203Z") @Stability(value=Experimental) 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)
(experimental) Add a load balancing target to this target group.
|
void |
registerConnectable(IConnectable connectable)
(experimental) Register a connectable as a member of this target group.
|
void |
registerConnectable(IConnectable connectable,
Port portRange)
(experimental) Register a connectable as a member of this target group.
|
void |
registerListener(IApplicationListener listener)
(experimental) Register a listener that is load balancing to this target group.
|
void |
registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
(experimental) Register a listener that is load balancing to this target group.
|
getLoadBalancerArns, getLoadBalancerAttached, getTargetGroupArn@Stability(value=Experimental)
void addTarget(@NotNull
IApplicationLoadBalancerTarget... targets)
targets - This parameter is required.@Stability(value=Experimental)
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=Experimental)
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=Experimental)
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=Experimental)
void registerListener(@NotNull
IApplicationListener listener)
Don't call this directly. It will be called by listeners.
listener - This parameter is required.Copyright © 2021. All rights reserved.