interface UsagePlanReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.UsagePlanReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#UsagePlanReference |
![]() | software.amazon.awscdk.services.apigateway.UsagePlanReference |
![]() | aws_cdk.aws_apigateway.UsagePlanReference |
![]() | aws-cdk-lib » aws_apigateway » UsagePlanReference |
A reference to a UsagePlan 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 usagePlanReference: apigateway.UsagePlanReference = {
usagePlanId: 'usagePlanId',
};
Properties
Name | Type | Description |
---|---|---|
usage | string | The Id of the UsagePlan resource. |
usagePlanId
Type:
string
The Id of the UsagePlan resource.