assets_list_only
Lists assets
in a region or regions, for all properties use assets
Overview
Name | assets_list_only |
Type | Resource |
Description | Resource schema for AWS::MediaPackage::Asset |
Id | aws.mediapackage.assets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the Asset. |
created_at | string | The time the Asset was initially submitted for Ingest. |
egress_endpoints | array | The list of egress endpoints available for the Asset. |
id | string | The unique identifier for the Asset. |
packaging_group_id | string | The ID of the PackagingGroup for the Asset. |
resource_id | string | The resource ID to include in SPEKE key requests. |
source_arn | string | ARN of the source object in S3. |
source_role_arn | string | The IAM role_arn used to access the source S3 bucket. |
tags | array | A collection of tags associated with a resource |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all assets
in a region.
SELECT
region,
id
FROM aws.mediapackage.assets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the assets_list_only
resource, see assets