ClusterArgs

data class ClusterArgs(val clusterType: Output<ClusterType>? = null, val instanceRoleArn: Output<String>? = null, val name: Output<String>? = null, val networkSettings: Output<ClusterNetworkSettingsArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ClusterArgs>

Definition of AWS::MediaLive::Cluster Resource Type

Constructors

Link copied to clipboard
constructor(clusterType: Output<ClusterType>? = null, instanceRoleArn: Output<String>? = null, name: Output<String>? = null, networkSettings: Output<ClusterNetworkSettingsArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The IAM role your nodes will use.

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

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

Link copied to clipboard
Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A collection of key-value pairs.

Functions

Link copied to clipboard
open override fun toJava(): ClusterArgs