Skip to content

UsagePlanKey

Source: src/AWS/ApiGateway/UsagePlanKey.ts

Associates an API key with a usage plan.

yield* ApiGateway.UsagePlanKey("PlanKey", {
usagePlanId: plan.id,
keyId: key.id,
});