usage_plan_key
Gets an individual usage_plan_key
resource
Overview
Name | usage_plan_key |
Type | Resource |
Description | usage_plan_key |
Id | awscc.apigateway.usage_plan_key |
Fields
Name | Datatype | Description |
---|---|---|
key_id | string | The Id of the UsagePlanKey resource. |
key_type | string | The type of a UsagePlanKey resource for a plan customer. |
usage_plan_id | string | The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer. |
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
key_id,
key_type,
usage_plan_id,
id
FROM awscc.apigateway.usage_plan_key
WHERE data__Identifier = '<Id>';
Permissions
To operate on the usage_plan_key
resource, the following permissions are required:
Read
apigateway:GET
Delete
apigateway:DELETE,
apigateway:GET