Interface ICluster
(experimental) Represents a MediaLive Cluster.
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public interface ICluster : IResource, IClusterRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ICluster Inherits IResource, IClusterRef, IConstruct, IDependable, IEnvironmentAware
Remarks
Stability: Experimental
Synopsis
Properties
| ClusterArn | (experimental) The ARN of the cluster. |
| ClusterChannelIds | (experimental) The IDs of channels running on this cluster. |
| ClusterId | (experimental) The ID of the cluster. |
| ClusterState | (experimental) The current state of the cluster. |
Properties
ClusterArn
(experimental) The ARN of the cluster.
string ClusterArn { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
ClusterChannelIds
(experimental) The IDs of channels running on this cluster.
string[]? ClusterChannelIds { get; }
Property Value
string[]
Remarks
Stability: Experimental
Attribute: true
ClusterId
(experimental) The ID of the cluster.
string ClusterId { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
ClusterState
(experimental) The current state of the cluster.
string? ClusterState { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true