interface CfnUsagePlanKeyProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.CfnUsagePlanKeyProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#CfnUsagePlanKeyProps |
![]() | software.amazon.awscdk.services.apigateway.CfnUsagePlanKeyProps |
![]() | aws_cdk.aws_apigateway.CfnUsagePlanKeyProps |
![]() | aws-cdk-lib » aws_apigateway » CfnUsagePlanKeyProps |
Properties for defining a CfnUsagePlanKey
.
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 cfnUsagePlanKeyProps: apigateway.CfnUsagePlanKeyProps = {
keyId: 'keyId',
keyType: 'keyType',
usagePlanId: 'usagePlanId',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The Id of the UsagePlanKey resource. |
key | string | The type of a UsagePlanKey resource for a plan customer. |
usage | string | The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer. |
keyId
Type:
string
The Id of the UsagePlanKey resource.
keyType
Type:
string
The type of a UsagePlanKey resource for a plan customer.
usagePlanId
Type:
string
The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer.