Skip to main content

asset

Gets an individual asset resource

Overview

Nameasset
TypeResource
Descriptionasset
Idawscc.mediapackage.asset

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
created_at,
egress_endpoints,
id,
packaging_group_id,
resource_id,
source_arn,
source_role_arn,
tags
FROM awscc.mediapackage.asset
WHERE data__Identifier = '<Id>';

Permissions

To operate on the asset resource, the following permissions are required:

Read

mediapackage-vod:DescribeAsset

Delete

mediapackage-vod:DescribeAsset,
mediapackage-vod:DeleteAsset