ChannelPolicyArgs

data class ChannelPolicyArgs(val channelName: Output<String>? = null, val policy: Output<Any>? = null) : ConvertibleToJava<ChannelPolicyArgs>

Definition of AWS::MediaTailor::ChannelPolicy Resource Type

Constructors

Link copied to clipboard
constructor(channelName: Output<String>? = null, policy: Output<Any>? = null)

Properties

Link copied to clipboard
val channelName: Output<String>? = null

The name of the channel associated with this Channel Policy.

Link copied to clipboard
val policy: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ChannelPolicyArgs