Class DescribeRuleGroupMetadataResponse

    • Method Detail

      • ruleGroupArn

        public final String ruleGroupArn()

        The descriptive name of the rule group. You can't change the name of a rule group after you create it.

        You must specify the ARN or the name, and you can specify both.

        Returns:
        The descriptive name of the rule group. You can't change the name of a rule group after you create it.

        You must specify the ARN or the name, and you can specify both.

      • ruleGroupName

        public final String ruleGroupName()

        The descriptive name of the rule group. You can't change the name of a rule group after you create it.

        You must specify the ARN or the name, and you can specify both.

        Returns:
        The descriptive name of the rule group. You can't change the name of a rule group after you create it.

        You must specify the ARN or the name, and you can specify both.

      • description

        public final String description()

        Returns the metadata objects for the specified rule group.

        Returns:
        Returns the metadata objects for the specified rule group.
      • type

        public final RuleGroupType type()

        Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        If the service returns an enum value that is not available in the current SDK version, type will return RuleGroupType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        See Also:
        RuleGroupType
      • typeAsString

        public final String typeAsString()

        Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        If the service returns an enum value that is not available in the current SDK version, type will return RuleGroupType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        See Also:
        RuleGroupType
      • capacity

        public final Integer capacity()

        The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group.

        You can retrieve the capacity that would be required for a rule group before you create the rule group by calling CreateRuleGroup with DryRun set to TRUE.

        Returns:
        The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group.

        You can retrieve the capacity that would be required for a rule group before you create the rule group by calling CreateRuleGroup with DryRun set to TRUE.

      • statefulRuleOptions

        public final StatefulRuleOptions statefulRuleOptions()
        Returns the value of the StatefulRuleOptions property for this object.
        Returns:
        The value of the StatefulRuleOptions property for this object.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The last time that the rule group was changed.

        Returns:
        The last time that the rule group was changed.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object