---
type: resource-type
title: MediaPackageAsset
description: aws resource type AWS::MediaPackage::Asset
name: MediaPackageAsset
lexicon: aws
resource_type: AWS::MediaPackage::Asset
---
`AWS::MediaPackage::Asset`, a resource type of the aws lexicon.

## Properties

- `Id` (`string`, required): The unique identifier for the Asset.
- `PackagingGroupId` (`string`, required): The ID of the PackagingGroup for the Asset.
- `SourceArn` (`string`, required): ARN of the source object in S3.
- `SourceRoleArn` (`string`, required): The IAM role_arn used to access the source S3 bucket.
- `Arn` (`string`, optional): The ARN of the Asset.
- `CreatedAt` (`string`, optional): The time the Asset was initially submitted for Ingest.
- `EgressEndpoints` (`MediaPackageAsset_EgressEndpoint[]`, optional): The list of egress endpoints available for the Asset.
- `ResourceId` (`string`, optional): The resource ID to include in SPEKE key requests.
- `Tags` (`MediaPackageAsset_Tag[]`, optional): A collection of tags associated with a resource

## Attributes

- `Arn`
- `CreatedAt`
- `EgressEndpoints.*.PackagingConfigurationId`
- `EgressEndpoints.*.Url`
