Cluster

class Cluster : KotlinCustomResource

Definition of AWS::MediaLive::Cluster Resource Type

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the Cluster.

Link copied to clipboard
val awsId: Output<String>

The unique ID of the Cluster.

Link copied to clipboard
val channelIds: Output<List<String>>

The MediaLive Channels that are currently running on Nodes in this Cluster.

Link copied to clipboard
val clusterType: Output<ClusterType>?
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceRoleArn: Output<String>?

The IAM role your nodes will use.

Link copied to clipboard
val name: Output<String>?

The user-specified name of the Cluster to be created.

Link copied to clipboard
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<ClusterState>
Link copied to clipboard
val tags: Output<List<Tag>>?

A collection of key-value pairs.

Link copied to clipboard
val urn: Output<String>