--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iotsitewise_project Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::IoTSiteWise::Project --- # awscc_iotsitewise_project (Resource) Resource schema for AWS::IoTSiteWise::Project ## Schema ### Required - `portal_id` (String) The ID of the portal in which to create the project. - `project_name` (String) A friendly name for the project. ### Optional - `asset_ids` (List of String) The IDs of the assets to be associated to the project. - `project_description` (String) A description for the project. - `tags` (Attributes List) A list of key-value pairs that contain metadata for the project. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `id` (String) Uniquely identifies the resource. - `project_arn` (String) The ARN of the project. - `project_id` (String) The ID of the project. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_iotsitewise_project.example ```