Uses of Interface
software.amazon.awscdk.services.apigatewayv2.ThrottleSettings
Packages that use ThrottleSettings
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of ThrottleSettings in software.amazon.awscdk.services.apigatewayv2
Classes in software.amazon.awscdk.services.apigatewayv2 that implement ThrottleSettingsMethods in software.amazon.awscdk.services.apigatewayv2 that return ThrottleSettingsModifier and TypeMethodDescriptionThrottleSettings.Builder.build()Builds the configured instance.final ThrottleSettingsHttpStageOptions.Jsii$Proxy.getThrottle()final ThrottleSettingsHttpStageProps.Jsii$Proxy.getThrottle()default ThrottleSettingsStageOptions.getThrottle()(experimental) Throttle settings for the routes of this stage.final ThrottleSettingsStageOptions.Jsii$Proxy.getThrottle()final ThrottleSettingsWebSocketStageProps.Jsii$Proxy.getThrottle()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type ThrottleSettingsModifier and TypeMethodDescriptionHttpStage.Builder.throttle(ThrottleSettings throttle) (experimental) Throttle settings for the routes of this stage.HttpStageOptions.Builder.throttle(ThrottleSettings throttle) Sets the value ofStageOptions.getThrottle()HttpStageProps.Builder.throttle(ThrottleSettings throttle) Sets the value ofStageOptions.getThrottle()StageOptions.Builder.throttle(ThrottleSettings throttle) Sets the value ofStageOptions.getThrottle()WebSocketStage.Builder.throttle(ThrottleSettings throttle) (experimental) Throttle settings for the routes of this stage.WebSocketStageProps.Builder.throttle(ThrottleSettings throttle) Sets the value ofStageOptions.getThrottle()