{
"Type": "AWS::ApiGateway::UsagePlanKey",
"Properties": {
"KeyId" : {"Ref" : "myApiKey"},
"KeyType" : "API_KEY",
"UsagePlanId" : {"Ref" : "myUsagePlan"}
}
}
{
"Type": "AWS::ApiGateway::UsagePlanKey",
"Properties": {
"KeyId" : {"Ref" : "myApiKey"},
"KeyType" : "API_KEY",
"UsagePlanId" : {"Ref" : "myUsagePlan"}
}
}