Class AccountThrottleSettingArgs


  • public final class AccountThrottleSettingArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • burstLimit

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> burstLimit()
        Returns:
        Absolute maximum number of times API Gateway allows the API to be called per second (RPS).
      • rateLimit

        public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> rateLimit()
        Returns:
        Number of times API Gateway allows the API to be called per second on average (RPS).