CfnChannelPolicyMixinProps

class aws_cdk.mixins_preview.aws_mediapackagev2.mixins.CfnChannelPolicyMixinProps(*, channel_group_name=None, channel_name=None, policy=None)

Bases: object

Properties for CfnChannelPolicyPropsMixin.

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

  • channel_name (Optional[str]) – The name of the channel associated with the channel policy.

  • policy (Any) – The policy associated with the channel.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelpolicy.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

# policy: Any

cfn_channel_policy_mixin_props = mediapackagev2_mixins.CfnChannelPolicyMixinProps(
    channel_group_name="channelGroupName",
    channel_name="channelName",
    policy=policy
)

Attributes

channel_group_name

The name of the channel group associated with the channel policy.

See:

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

channel_name

The name of the channel associated with the channel policy.

See:

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

policy

The policy associated with the channel.

See:

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