Package com.pulumi.aws.apigateway.inputs
Class AccountThrottleSettingArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.apigateway.inputs.AccountThrottleSettingArgs
-
public final class AccountThrottleSettingArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccountThrottleSettingArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AccountThrottleSettingArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountThrottleSettingArgs.Builder
builder()
static AccountThrottleSettingArgs.Builder
builder(AccountThrottleSettingArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
burstLimit()
java.util.Optional<com.pulumi.core.Output<java.lang.Double>>
rateLimit()
-
-
-
Field Detail
-
Empty
public static final AccountThrottleSettingArgs Empty
-
-
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).
-
builder
public static AccountThrottleSettingArgs.Builder builder()
-
builder
public static AccountThrottleSettingArgs.Builder builder(AccountThrottleSettingArgs defaults)
-
-