aws.mediapackage_vod.list_assets
Example SQL Queries
SELECT * FROMaws.mediapackage_vod.list_assets;Description
Returns a collection of MediaPackage VOD Asset resources.
Table Definition
| Column Name | Column Data Type |
|---|---|
| packaging_group_id Input Column The ID of the PackagingGroup for the Asset. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of the Asset. | VARCHAR |
| created_at The time the Asset was initially submitted for Ingest. | VARCHAR |
| id The unique identifier for the Asset. | VARCHAR |
| resource_id The resource ID to include in SPEKE key requests. | VARCHAR |
| source_arn ARN of the source object in S3. | VARCHAR |
| source_role_arn The IAM role ARN used to access the source S3 bucket. | VARCHAR |
| tags A collection of tags associated with a resource | MAP(VARCHAR, VARCHAR) |