The associate api keys and the usage plan as created by the createAssociatedAPIKeys function.

interface AssociatedAPIKeys {
    keys: Key[];
    usagePlan: UsagePlan;
}

Properties

Properties

keys: Key[]

The keys that were associated with the usage plan.

usagePlan: UsagePlan

Either the aws.apigateway.UsagePlan created for you, or the usage plan passed to as part of the APIKeyArgs.

Generated using TypeDoc