Interface INetworkTargetGroupRef
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,ITargetGroupRef,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
INetworkTargetGroup,INetworkTargetGroup.Jsii$Default,INetworkTargetGroupRef.Jsii$Default
- All Known Implementing Classes:
INetworkTargetGroup.Jsii$Proxy,INetworkTargetGroupRef.Jsii$Proxy,NetworkTargetGroup
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-09T10:20:18.770Z")
@Stability(Stable)
public interface INetworkTargetGroupRef
extends software.amazon.jsii.JsiiSerializable, ITargetGroupRef
Indicates that this resource can be referenced as an NLB TargetGroup.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINetworkTargetGroupRef.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionIndicates that this is a Network Target Group.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.elasticloadbalancingv2.ITargetGroupRef
getTargetGroupRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsNetworkTargetGroup
Indicates that this is a Network Target Group.Will always return true, but is necessary to prevent accidental structural equality in TypeScript.
-