CfnChannelPolicyMixinProps
- class aws_cdk.mixins_preview.aws_mediapackagev2.mixins.CfnChannelPolicyMixinProps(*, channel_group_name=None, channel_name=None, policy=None)
Bases:
objectProperties 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:
- 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.
- channel_name
The name of the channel associated with the channel policy.
- policy
The policy associated with the channel.