Skip to main content

asset_tags

Expands all tag keys and values for assets in a region

Overview

Nameasset_tags
TypeResource
DescriptionResource schema for AWS::MediaPackage::Asset
Idaws.mediapackage.asset_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all assets in a region.

SELECT
region,
arn,
created_at,
egress_endpoints,
id,
packaging_group_id,
resource_id,
source_arn,
source_role_arn,
tag_key,
tag_value
FROM aws.mediapackage.asset_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the asset_tags resource, see assets