Skip to main content

assets_list_only

Lists assets in a region or regions, for all properties use assets

Overview

Nameassets_list_only
TypeResource
DescriptionResource schema for AWS::MediaPackage::Asset
Idaws.mediapackage.assets_list_only

Fields

NameDatatypeDescription
arnstringThe ARN of the Asset.
created_atstringThe time the Asset was initially submitted for Ingest.
egress_endpointsarrayThe list of egress endpoints available for the Asset.
idstringThe unique identifier for the Asset.
packaging_group_idstringThe ID of the PackagingGroup for the Asset.
resource_idstringThe resource ID to include in SPEKE key requests.
source_arnstringARN of the source object in S3.
source_role_arnstringThe IAM role_arn used to access the source S3 bucket.
tagsarrayA collection of tags associated with a resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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