aws.mediapackagev2.get_channel_policy
Example SQL Queries
SELECT * FROMaws.mediapackagev2.get_channel_policyWHERE"channel_group_name" = 'VALUE'AND "channel_name" = 'VALUE';Description
Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_group_name Required Input Column The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region. | VARCHAR |
| channel_name Required Input Column The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| policy The policy assigned to the channel. | VARCHAR |