assets
Retrieves a list of assets
in a region
Overview
Name | assets |
Type | Resource |
Description | assets |
Id | awscc.mediapackage.assets |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The unique identifier for the Asset. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.mediapackage.assets
WHERE region = 'us-east-1'
Permissions
To operate on the assets
resource, the following permissions are required:
Create
mediapackage-vod:CreateAsset,
mediapackage-vod:DescribeAsset,
mediapackage-vod:TagResource,
iam:PassRole
List
mediapackage-vod:ListAssets,
mediapackage-vod:DescribePackagingGroup