GetChannelPolicyResult

data class GetChannelPolicyResult(val policy: Any? = null)

Constructors

Link copied to clipboard
constructor(policy: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policy: Any? = null

The IAM policy for the channel. IAM policies are used to control access to your channel.

Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::MediaTailor::ChannelPolicy` for more information about the expected schema for this property.