AWS::MediaPackage::Asset
Creates an asset to ingest VOD content.
After it's created, the asset starts ingesting content and generates playback URLs for the packaging configurations associated with it. When ingest is complete, downstream devices use the appropriate URL to request VOD content from AWS Elemental MediaPackage.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaPackage::Asset", "Properties" : { "Id" :
String
, "PackagingGroupId" :String
, "ResourceId" :String
, "SourceArn" :String
, "SourceRoleArn" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::MediaPackage::Asset Properties: Id:
String
PackagingGroupId:String
ResourceId:String
SourceArn:String
SourceRoleArn:String
Tags:- Tag
Properties
Id
-
Unique identifier that you assign to the asset.
Required: Yes
Type: String
Update requires: No interruption
PackagingGroupId
-
The ID of the packaging group associated with this asset.
Required: Yes
Type: String
Update requires: No interruption
ResourceId
-
Unique identifier for this asset, as it's configured in the key provider service.
Required: No
Type: String
Update requires: No interruption
SourceArn
-
The ARN for the source content in Amazon S3.
Required: Yes
Type: String
Update requires: No interruption
SourceRoleArn
-
The ARN for the IAM role that provides AWS Elemental MediaPackage access to the Amazon S3 bucket where the source content is stored. Valid format: arn:aws:iam::{accountID}:role/{name}
Required: Yes
Type: String
Update requires: No interruption
Tags
-
The tags to assign to the asset.
Required: No
Type: List of Tag
Update requires: No interruption