---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_panorama_package Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Schema for Package CloudFormation Resource
---
# awscc_panorama_package (Resource)
Schema for Package CloudFormation Resource
## Schema
### Required
- `package_name` (String)
### Optional
- `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String)
- `created_time` (Number)
- `id` (String) Uniquely identifies the resource.
- `package_id` (String)
- `storage_location` (Attributes) (see [below for nested schema](#nestedatt--storage_location))
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
### Nested Schema for `storage_location`
Read-Only:
- `binary_prefix_location` (String)
- `bucket` (String)
- `generated_prefix_location` (String)
- `manifest_prefix_location` (String)
- `repo_prefix_location` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_panorama_package.example
```