--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_refactorspaces_environment Resource - terraform-provider-awscc" subcategory: "" description: |- Definition of AWS::RefactorSpaces::Environment Resource Type --- # awscc_refactorspaces_environment (Resource) Definition of AWS::RefactorSpaces::Environment Resource Type ## Schema ### Optional - `description` (String) - `name` (String) - `network_fabric_type` (String) - `tags` (Attributes List) Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) - `environment_identifier` (String) - `id` (String) Uniquely identifies the resource. - `transit_gateway_id` (String) ### Nested Schema for `tags` Optional: - `key` (String) A string used to identify this tag - `value` (String) A string containing the value for the tag ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_refactorspaces_environment.example ```