---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_refactorspaces_service Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Definition of AWS::RefactorSpaces::Service Resource Type
---
# awscc_refactorspaces_service (Resource)
Definition of AWS::RefactorSpaces::Service Resource Type
## Schema
### Required
- `application_identifier` (String)
- `environment_identifier` (String)
### Optional
- `description` (String)
- `endpoint_type` (String)
- `lambda_endpoint` (Attributes) (see [below for nested schema](#nestedatt--lambda_endpoint))
- `name` (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))
- `url_endpoint` (Attributes) (see [below for nested schema](#nestedatt--url_endpoint))
- `vpc_id` (String)
### Read-Only
- `arn` (String)
- `id` (String) Uniquely identifies the resource.
- `service_identifier` (String)
### Nested Schema for `lambda_endpoint`
Optional:
- `arn` (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
### Nested Schema for `url_endpoint`
Optional:
- `health_url` (String)
- `url` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_refactorspaces_service.example
```