aws.mediatailor.get_channel_policy
Example SQL Queries
SELECT * FROMaws.mediatailor.get_channel_policyWHERE"channel_name" = 'VALUE';Description
Returns the channel's IAM policy. IAM policies are used to control access to your channel.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_name Required Input Column The name of the channel associated with this Channel Policy. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| policy The IAM policy for the channel. IAM policies are used to control access to your channel. | VARCHAR |