Channel Policy Args
data class ChannelPolicyArgs(val channelGroupName: Output<String>? = null, val channelName: Output<String>? = null, val policy: Output<Any>? = null) : ConvertibleToJava<ChannelPolicyArgs>
Represents a resource-based policy that allows or denies access to a channel.
Properties
Link copied to clipboard
The name of the channel group associated with the channel policy.
Link copied to clipboard
The name of the channel associated with the channel policy.
Link copied to clipboard
The policy associated with the channel. Search the CloudFormation User Guide for AWS::MediaPackageV2::ChannelPolicy
for more information about the expected schema for this property.