interface UsagePlanKeyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APIGateway.UsagePlanKeyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#UsagePlanKeyReference |
Java | software.amazon.awscdk.services.apigateway.UsagePlanKeyReference |
Python | aws_cdk.aws_apigateway.UsagePlanKeyReference |
TypeScript | aws-cdk-lib » aws_apigateway » UsagePlanKeyReference |
A reference to a UsagePlanKey resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apigateway as apigateway } from 'aws-cdk-lib';
const usagePlanKeyReference: apigateway.UsagePlanKeyReference = {
usagePlanKeyId: 'usagePlanKeyId',
};
Properties
| Name | Type | Description |
|---|---|---|
| usage | string | The Id of the UsagePlanKey resource. |
usagePlanKeyId
Type:
string
The Id of the UsagePlanKey resource.

.NET
Go
Java
Python
TypeScript