ChannelPlacementGroupArgs

data class ChannelPlacementGroupArgs(val clusterId: Output<String>? = null, val name: Output<String>? = null, val nodes: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ChannelPlacementGroupArgs>

Definition of AWS::MediaLive::ChannelPlacementGroup Resource Type

Constructors

Link copied to clipboard
constructor(clusterId: Output<String>? = null, name: Output<String>? = null, nodes: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The ID of the cluster the node is on.

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

The name of the channel placement group.

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

List of nodes added to the channel placement group

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(): ChannelPlacementGroupArgs