aws.mediapackage_vod.describe_asset
Example SQL Queries
SELECT * FROMaws.mediapackage_vod.describe_assetWHERE"id" = 'VALUE';Description
Returns a description of a MediaPackage VOD Asset resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The unique identifier 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 |
| egress_endpoints The list of egress endpoints available for the Asset. | STRUCT( |
Show child fields
| |
| packaging_group_id The ID of the PackagingGroup 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) |