CfnChannelGroupMixinProps

class aws_cdk.mixins_preview.aws_mediapackagev2.mixins.CfnChannelGroupMixinProps(*, channel_group_name=None, description=None, tags=None)

Bases: object

Properties for CfnChannelGroupPropsMixin.

Parameters:
  • channel_group_name (Optional[str]) – The name of the channel group.

  • description (Optional[str]) – The configuration for a MediaPackage V2 channel group.

  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]]) – The tags associated with the channel group.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_mediapackagev2 import mixins as mediapackagev2_mixins

cfn_channel_group_mixin_props = mediapackagev2_mixins.CfnChannelGroupMixinProps(
    channel_group_name="channelGroupName",
    description="description",
    tags=[CfnTag(
        key="key",
        value="value"
    )]
)

Attributes

channel_group_name

The name of the channel group.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html#cfn-mediapackagev2-channelgroup-channelgroupname

description

The configuration for a MediaPackage V2 channel group.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html#cfn-mediapackagev2-channelgroup-description

tags

The tags associated with the channel group.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html#cfn-mediapackagev2-channelgroup-tags