Interface WafRuleGroupActivatedRule

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    WafRuleGroupActivatedRule.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:55.548Z")
    @Stability(Stable)
    public interface WafRuleGroupActivatedRule
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAction

        @Stability(Stable)
        @NotNull
        WafRuleGroupActivatedRuleAction getAction()
        action block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/waf_rule_group#action WafRuleGroup#action}

      • getPriority

        @Stability(Stable)
        @NotNull
        Number getPriority()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/waf_rule_group#priority WafRuleGroup#priority}.
      • getRuleId

        @Stability(Stable)
        @NotNull
        String getRuleId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/waf_rule_group#rule_id WafRuleGroup#rule_id}.
      • getType

        @Stability(Stable)
        @Nullable
        default String getType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/waf_rule_group#type WafRuleGroup#type}.