asset_tags
Expands all tag keys and values for assets
in a region
Overview
Name | asset_tags |
Type | Resource |
Description | Resource schema for AWS::MediaPackage::Asset |
Id | aws.mediapackage.asset_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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