UsagePlanKey

class UsagePlanKey : KotlinCustomResource

The `AWS::ApiGateway::UsagePlanKey` resource associates an API key with a usage plan. This association determines which users the usage plan is applied to.

Properties

Link copied to clipboard
val awsId: Output<String>

The ID for the usage plan key. For example: abc123 .

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val keyId: Output<String>

The Id of the UsagePlanKey resource.

Link copied to clipboard

The type of a UsagePlanKey resource for a plan customer.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val usagePlanId: Output<String>

The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer.