CfnChannelPolicyMixinProps

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

Bases: object

Properties for CfnChannelPolicyPropsMixin.

Parameters:
  • channel_name (Optional[str]) – The name of the channel associated with this Channel Policy.

  • policy (Any) – The IAM policy for the channel. IAM policies are used to control access to your channel.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-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_mediatailor import mixins as mediatailor_mixins

# policy: Any

cfn_channel_policy_mixin_props = mediatailor_mixins.CfnChannelPolicyMixinProps(
    channel_name="channelName",
    policy=policy
)

Attributes

channel_name

The name of the channel associated with this Channel Policy.

See:

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

policy

The IAM policy for the channel.

IAM policies are used to control access to your channel.

See:

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