--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_apigateway_usage_plan_key Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::ApiGateway::UsagePlanKey --- # awscc_apigateway_usage_plan_key (Data Source) Data Source schema for AWS::ApiGateway::UsagePlanKey ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `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.