All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, INetworkRef, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
INetwork.Jsii$Default
All Known Implementing Classes:
INetwork.Jsii$Proxy, Network

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:41.182Z") @Stability(Experimental) public interface INetwork extends software.amazon.jsii.JsiiSerializable, IResource, INetworkRef
(experimental) Represents a MediaLive Network.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for INetwork.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The ARN of the network.
    (experimental) The ID of the network.

    Methods inherited from interface software.constructs.IConstruct

    getNode, with

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

    getEnv

    Methods inherited from interface software.amazon.awscdk.interfaces.medialive.INetworkRef

    getNetworkRef

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getNetworkArn

      @Stability(Experimental) @NotNull String getNetworkArn()
      (experimental) The ARN of the network.
    • getNetworkId

      @Stability(Experimental) @NotNull String getNetworkId()
      (experimental) The ID of the network.