Usage Plan Key Args
data class UsagePlanKeyArgs(val keyId: Output<String>? = null, val keyType: Output<UsagePlanKeyKeyType>? = null, val usagePlanId: Output<String>? = null) : ConvertibleToJava<UsagePlanKeyArgs>
The `AWS::ApiGateway::UsagePlanKey`
resource associates an API key with a usage plan. This association determines which users the usage plan is applied to.
Constructors
Link copied to clipboard
constructor(keyId: Output<String>? = null, keyType: Output<UsagePlanKeyKeyType>? = null, usagePlanId: Output<String>? = null)