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 AWS 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