Class IEcsLoadBalancerTarget.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.IEcsLoadBalancerTarget.Jsii$Proxy
- All Implemented Interfaces:
IConnectable,IConnectable.Jsii$Default,IEcsLoadBalancerTarget,IEcsLoadBalancerTarget.Jsii$Default,ILoadBalancerTarget,ILoadBalancerTarget.Jsii$Default,IApplicationLoadBalancerTarget,IApplicationLoadBalancerTarget.Jsii$Default,INetworkLoadBalancerTarget,INetworkLoadBalancerTarget.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IEcsLoadBalancerTarget
@Internal
public static final class IEcsLoadBalancerTarget.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IEcsLoadBalancerTarget.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationLoadBalancerTarget
IApplicationLoadBalancerTarget.Jsii$Default, IApplicationLoadBalancerTarget.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IConnectable
IConnectable.Jsii$Default, IConnectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.IEcsLoadBalancerTarget
IEcsLoadBalancerTarget.Jsii$Default, IEcsLoadBalancerTarget.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancing.ILoadBalancerTarget
ILoadBalancerTarget.Jsii$Default, ILoadBalancerTarget.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancerTarget
INetworkLoadBalancerTarget.Jsii$Default, INetworkLoadBalancerTarget.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal LoadBalancerTargetPropsattachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.final voidattachToClassicLB(LoadBalancer loadBalancer) Attach load-balanced target to a classic ELB.final LoadBalancerTargetPropsattachToNetworkTargetGroup(INetworkTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.final ConnectionsThe network connections associated with this resource.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getConnections
The network connections associated with this resource.- Specified by:
getConnectionsin interfaceIConnectable- Specified by:
getConnectionsin interfaceIConnectable.Jsii$Default- Specified by:
getConnectionsin interfaceIEcsLoadBalancerTarget.Jsii$Default- Specified by:
getConnectionsin interfaceILoadBalancerTarget.Jsii$Default
-
attachToApplicationTargetGroup
@Stability(Stable) @NotNull public final LoadBalancerTargetProps attachToApplicationTargetGroup(@NotNull IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.May return JSON to directly add to the [Targets] list, or return undefined if the target will register itself with the load balancer.
- Specified by:
attachToApplicationTargetGroupin interfaceIApplicationLoadBalancerTarget- Specified by:
attachToApplicationTargetGroupin interfaceIApplicationLoadBalancerTarget.Jsii$Default- Specified by:
attachToApplicationTargetGroupin interfaceIEcsLoadBalancerTarget.Jsii$Default- Parameters:
targetGroup- This parameter is required.
-
attachToNetworkTargetGroup
@Stability(Stable) @NotNull public final LoadBalancerTargetProps attachToNetworkTargetGroup(@NotNull INetworkTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.May return JSON to directly add to the [Targets] list, or return undefined if the target will register itself with the load balancer.
- Specified by:
attachToNetworkTargetGroupin interfaceIEcsLoadBalancerTarget.Jsii$Default- Specified by:
attachToNetworkTargetGroupin interfaceINetworkLoadBalancerTarget- Specified by:
attachToNetworkTargetGroupin interfaceINetworkLoadBalancerTarget.Jsii$Default- Parameters:
targetGroup- This parameter is required.
-
attachToClassicLB
Attach load-balanced target to a classic ELB.- Specified by:
attachToClassicLBin interfaceIEcsLoadBalancerTarget.Jsii$Default- Specified by:
attachToClassicLBin interfaceILoadBalancerTarget- Specified by:
attachToClassicLBin interfaceILoadBalancerTarget.Jsii$Default- Parameters:
loadBalancer- [disable-awslint:ref-via-interface] The load balancer to attach the target to. This parameter is required.
-