interface UsagePlanKeyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.UsagePlanKeyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#UsagePlanKeyReference |
![]() | software.amazon.awscdk.services.apigateway.UsagePlanKeyReference |
![]() | aws_cdk.aws_apigateway.UsagePlanKeyReference |
![]() | 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.