origin_endpoints_list_only
Lists origin_endpoints in a region or regions, for all properties use origin_endpoints
Overview
| Name | origin_endpoints_list_only |
| Type | Resource |
| Description | Represents an origin endpoint that is associated with a channel, offering a dynamically repackaged version of its content through various streaming media protocols. The content can be efficiently disseminated to end-users via a Content Delivery Network (CDN), like Amazon CloudFront. |
| Id | aws.mediapackagev2.origin_endpoints_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The Amazon Resource Name (ARN) associated with the resource. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all origin_endpoints in a region.
SELECT
region,
arn
FROM aws.mediapackagev2.origin_endpoints_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the origin_endpoints_list_only resource, see origin_endpoints