aws-cdk-lib.aws_apigateway.CfnUsagePlanKeyProps

interface CfnUsagePlanKeyProps

LanguageType name
.NETAmazon.CDK.AWS.APIGateway.CfnUsagePlanKeyProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#CfnUsagePlanKeyProps
Javasoftware.amazon.awscdk.services.apigateway.CfnUsagePlanKeyProps
Pythonaws_cdk.aws_apigateway.CfnUsagePlanKeyProps
TypeScript 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

NameTypeDescription
keyIdstringThe Id of the UsagePlanKey resource.
keyTypestringThe type of a UsagePlanKey resource for a plan customer.
usagePlanIdstringThe 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.