origin_endpoints
Retrieves a list of origin_endpoints
in a region
Overview
Name | origin_endpoints |
Type | Resource |
Description | origin_endpoints |
Id | awscc.mediapackagev2.origin_endpoints |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | <p>The Amazon Resource Name (ARN) associated with the resource.</p> |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.mediapackagev2.origin_endpoints
WHERE region = 'us-east-1'
Permissions
To operate on the origin_endpoints
resource, the following permissions are required:
Create
mediapackagev2:TagResource,
mediapackagev2:CreateOriginEndpoint,
iam:PassRole
List
mediapackagev2:ListOriginEndpoints