Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-mediapackage-asset.json
Parent schema serverless-framework-configuration
Type: object

Resource schema for AWS::MediaPackage::Asset. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

Id string | Aws_CF_FunctionString required

The unique identifier for the Asset.

PackagingGroupId string | Aws_CF_FunctionString required

The ID of the PackagingGroup for the Asset.

SourceArn string | Aws_CF_FunctionString required

ARN of the source object in S3.

SourceRoleArn string | Aws_CF_FunctionString required

The IAM role_arn used to access the source S3 bucket.

EgressEndpoints EgressEndpoint[]

The list of egress endpoints available for the Asset.

ResourceId string | Aws_CF_FunctionString

The resource ID to include in SPEKE key requests.

Tags Tag[]

A collection of tags associated with a resource

uniqueItems=true

Definitions

EgressEndpoint object

The endpoint URL used to access an Asset using one PackagingConfiguration.

PackagingConfigurationId string | Aws_CF_FunctionString required

The ID of the PackagingConfiguration being applied to the Asset.

Url string | Aws_CF_FunctionString required

The URL of the parent manifest for the repackaged Asset.

Tag object
Key string | Aws_CF_FunctionString required
Value string | Aws_CF_FunctionString required