Interface INetwork
- 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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINetwork.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The ARN of the network.(experimental) The ID of the network.Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.medialive.INetworkRef
getNetworkRefMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNetworkArn
(experimental) The ARN of the network. -
getNetworkId
(experimental) The ID of the network.
-