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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnRuleGroupProps
CfnRuleGroupProps.Builder, CfnRuleGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRuleGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRuleGroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe maximum operating resources that this rule group can use.final StringA description of the rule group.final ObjectAn object that defines the rule group rules.final StringThe descriptive name of the rule group.getTags()An array of key-value pairs to apply to this resource.final StringgetType()Indicates whether the rule group is stateless or stateful.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnRuleGroupProps.Builder.
-
-
Method Details
-
getCapacity
Description copied from interface:CfnRuleGroupPropsThe 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:
getCapacityin interfaceCfnRuleGroupProps
-
getRuleGroupName
Description copied from interface:CfnRuleGroupPropsThe descriptive name of the rule group.You can't change the name of a rule group after you create it.
- Specified by:
getRuleGroupNamein interfaceCfnRuleGroupProps
-
getType
Description copied from interface:CfnRuleGroupPropsIndicates 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:
getTypein interfaceCfnRuleGroupProps
-
getDescription
Description copied from interface:CfnRuleGroupPropsA description of the rule group.- Specified by:
getDescriptionin interfaceCfnRuleGroupProps
-
getRuleGroup
Description copied from interface:CfnRuleGroupPropsAn object that defines the rule group rules.- Specified by:
getRuleGroupin interfaceCfnRuleGroupProps
-
getTags
Description copied from interface:CfnRuleGroupPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnRuleGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-