aws.mediapackagev2.get_origin_endpoint_policy
Example SQL Queries
SELECT * FROMaws.mediapackagev2.get_origin_endpoint_policyWHERE"channel_group_name" = 'VALUE'AND "channel_name" = 'VALUE'AND "origin_endpoint_name" = 'VALUE';Description
Retrieves the specified origin endpoint policy that's configured in AWS Elemental MediaPackage.
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 |
| origin_endpoint_name Required Input Column The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. | 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 origin endpoint. | VARCHAR |