ChannelPlacementGroupAttributes

class aws_cdk.aws_medialive_alpha.ChannelPlacementGroupAttributes(*, channel_placement_group_arn, channel_placement_group_id, cluster_id)

Bases: object

(experimental) Attributes for importing an existing Channel Placement Group.

Parameters:
  • channel_placement_group_arn (str) – (experimental) The ARN of the channel placement group.

  • channel_placement_group_id (str) – (experimental) The ID of the channel placement group.

  • cluster_id (str) – (experimental) The ID of the cluster this group belongs to.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_medialive_alpha as medialive_alpha

channel_placement_group_attributes = medialive_alpha.ChannelPlacementGroupAttributes(
    channel_placement_group_arn="channelPlacementGroupArn",
    channel_placement_group_id="channelPlacementGroupId",
    cluster_id="clusterId"
)

Attributes

channel_placement_group_arn

(experimental) The ARN of the channel placement group.

Stability:

experimental

channel_placement_group_id

(experimental) The ID of the channel placement group.

Stability:

experimental

cluster_id

(experimental) The ID of the cluster this group belongs to.

Stability:

experimental