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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for INetworkTargetGroupRef.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Indicates that this is a Network Target Group.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware

    getEnv

    Methods inherited from interface software.amazon.awscdk.interfaces.elasticloadbalancingv2.ITargetGroupRef

    getTargetGroupRef

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getIsNetworkTargetGroup

      @Stability(Stable) @NotNull Boolean getIsNetworkTargetGroup()
      Indicates that this is a Network Target Group.

      Will always return true, but is necessary to prevent accidental structural equality in TypeScript.