ChannelPolicyReference
- class aws_cdk.aws_mediatailor.ChannelPolicyReference(*, channel_name)
Bases:
object
A reference to a ChannelPolicy resource.
- Parameters:
channel_name (
str
) – The ChannelName of the ChannelPolicy resource.- 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 import aws_mediatailor as mediatailor channel_policy_reference = mediatailor.ChannelPolicyReference( channel_name="channelName" )
Attributes
- channel_name
The ChannelName of the ChannelPolicy resource.