Class RateBasedRuleState


  • public final class RateBasedRuleState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RateBasedRuleState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()  
      static RateBasedRuleState.Builder builder()  
      static RateBasedRuleState.Builder builder​(RateBasedRuleState defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> metricName()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<RateBasedRulePredicateArgs>>> predicates()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> rateKey()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> rateLimit()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
      Deprecated.
      Please use `tags` instead.
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        Amazon Resource Name (ARN)
      • metricName

        public java.util.Optional<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 java.util.Optional<com.pulumi.core.Output<java.lang.String>> rateKey()
        Returns:
        Valid value is IP.
      • rateLimit

        public java.util.Optional<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.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.