---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_mediapackage_asset Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource schema for AWS::MediaPackage::Asset
---
# awscc_mediapackage_asset (Resource)
Resource schema for AWS::MediaPackage::Asset
## Schema
### Required
- `id` (String) The unique identifier for the Asset.
- `packaging_group_id` (String) The ID of the PackagingGroup for the Asset.
- `source_arn` (String) ARN of the source object in S3.
- `source_role_arn` (String) The IAM role_arn used to access the source S3 bucket.
### Optional
- `resource_id` (String) The resource ID to include in SPEKE key requests.
- `tags` (Attributes List) A collection of tags associated with a resource (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String) The ARN of the Asset.
- `created_at` (String) The time the Asset was initially submitted for Ingest.
- `egress_endpoints` (Attributes List) The list of egress endpoints available for the Asset. (see [below for nested schema](#nestedatt--egress_endpoints))
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
### Nested Schema for `egress_endpoints`
Read-Only:
- `packaging_configuration_id` (String) The ID of the PackagingConfiguration being applied to the Asset.
- `url` (String) The URL of the parent manifest for the repackaged Asset.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_mediapackage_asset.example
```