Class CfnRuleGroupProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnRuleGroupProps.Jsii$Proxy
All Implemented Interfaces:
CfnRuleGroupProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnRuleGroupProps

@Stability(Stable) @Internal public static final class CfnRuleGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRuleGroupProps
An implementation for CfnRuleGroupProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnRuleGroupProps

    CfnRuleGroupProps.Builder, CfnRuleGroupProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnRuleGroupProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Number
    The maximum operating resources that this rule group can use.
    final String
    A description of the rule group.
    final Object
    An object that defines the rule group rules.
    final String
    The descriptive name of the rule group.
    final List<CfnTag>
    An array of key-value pairs to apply to this resource.
    final String
    Indicates whether the rule group is stateless or stateful.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnRuleGroupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnRuleGroupProps.Builder.
  • Method Details

    • getCapacity

      public final Number getCapacity()
      Description copied from interface: CfnRuleGroupProps
      The maximum operating resources that this rule group can use.

      You can't change a rule group's capacity setting after you create the rule group. 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.

      Specified by:
      getCapacity in interface CfnRuleGroupProps
    • getRuleGroupName

      public final String getRuleGroupName()
      Description copied from interface: CfnRuleGroupProps
      The descriptive name of the rule group.

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

      Specified by:
      getRuleGroupName in interface CfnRuleGroupProps
    • getType

      public final String getType()
      Description copied from interface: CfnRuleGroupProps
      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.

      Specified by:
      getType in interface CfnRuleGroupProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnRuleGroupProps
      A description of the rule group.
      Specified by:
      getDescription in interface CfnRuleGroupProps
    • getRuleGroup

      public final Object getRuleGroup()
      Description copied from interface: CfnRuleGroupProps
      An object that defines the rule group rules.
      Specified by:
      getRuleGroup in interface CfnRuleGroupProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnRuleGroupProps
      An array of key-value pairs to apply to this resource.

      For more information, see Tag .

      Specified by:
      getTags in interface CfnRuleGroupProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object