Amazon web services – Cloudformation for UsagePlan with Method Throttling unabel to parameter the resource and method
In below API usage cft I unable to parameterize the api resource and meythod. ApiUsagePlan: Type: "AWS::ApiGateway::UsagePlan" Properties: Throttle: RateLimit: 1000 BurstLimit: 5000 ApiStages: - ApiId: !Ref MyApiGatewayApi Stage: !Ref MyApiStage Throttle: "/hello/world/GET": <--- How to get this parameterised RateLimit:…