--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_apigateway_resource Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::ApiGateway::Resource --- # awscc_apigateway_resource (Resource) Resource Type definition for AWS::ApiGateway::Resource ## Schema ### Required - `parent_id` (String) The parent resource's identifier. - `path_part` (String) The last path segment for this resource. - `rest_api_id` (String) The ID of the RestApi resource in which you want to create this resource.. ### Read-Only - `id` (String) Uniquely identifies the resource. - `resource_id` (String) A unique primary identifier for a Resource ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_apigateway_resource.example ```