Class RateBasedRuleArgs


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

      • metricName

        public com.pulumi.core.Output<java.lang.String> metricName()
        Returns:
        The name or description for the Amazon CloudWatch metric of this rule.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name or description of the rule.
      • predicates

        public java.util.Optional<com.pulumi.core.Output<java.util.List<RateBasedRulePredicateArgs>>> predicates()
        Returns:
        The objects to include in a rule (documented below).
      • rateKey

        public com.pulumi.core.Output<java.lang.String> rateKey()
        Returns:
        Valid value is IP.
      • rateLimit

        public com.pulumi.core.Output<java.lang.Integer> rateLimit()
        Returns:
        The maximum number of requests, which have an identical value in the field specified by the RateKey, allowed in a five-minute period. Minimum value is 100.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.