--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_apigateway_usage_plan_key Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::ApiGateway::UsagePlanKey --- # awscc_apigateway_usage_plan_key (Resource) Resource Type definition for AWS::ApiGateway::UsagePlanKey ## Schema ### Required - `key_id` (String) The ID of the usage plan key. - `key_type` (String) The type of usage plan key. Currently, the only valid key type is API_KEY. - `usage_plan_id` (String) The ID of the usage plan. ### Read-Only - `id` (String) An autogenerated ID which is a combination of the ID of the key and ID of the usage plan combined with a : such as 123abcdef:abc123. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_apigateway_usage_plan_key.example ```