AWS::MediaTailor::ChannelPolicy - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaTailor::ChannelPolicy

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::MediaTailor::ChannelPolicy", "Properties" : { "ChannelName" : String, "Policy" : Json } }

YAML

Type: AWS::MediaTailor::ChannelPolicy Properties: ChannelName: String Policy: Json

Properties

ChannelName

The name of the channel associated with this Channel Policy.

Required: Yes

Type: String

Update requires: Replacement

Policy

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

Required: Yes

Type: Json

Update requires: No interruption

Return values

Ref