Interface ICluster
- All Superinterfaces:
IClusterRef,software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ICluster.Jsii$Default
- All Known Implementing Classes:
Cluster,ICluster.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.180Z")
@Stability(Experimental)
public interface ICluster
extends software.amazon.jsii.JsiiSerializable, IResource, IClusterRef
(experimental) Represents a MediaLive Cluster.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICluster.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The ARN of the cluster.(experimental) The IDs of channels running on this cluster.(experimental) The ID of the cluster.default String(experimental) The current state of the cluster.Methods inherited from interface software.amazon.awscdk.interfaces.medialive.IClusterRef
getClusterRefMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterArn
(experimental) The ARN of the cluster. -
getClusterId
(experimental) The ID of the cluster. -
getClusterChannelIds
(experimental) The IDs of channels running on this cluster. -
getClusterState
(experimental) The current state of the cluster.
-