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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRuleGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRuleGroupProps.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 TypeMethodDescriptioncom.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.getTags()
An array of key-value pairs to apply to this resource.final String
getType()
Indicates whether the rule group is stateless or stateful.final int
hashCode()
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: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 interfaceCfnRuleGroupProps
-
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 interfaceCfnRuleGroupProps
-
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 interfaceCfnRuleGroupProps
-
getDescription
Description copied from interface:CfnRuleGroupProps
A description of the rule group.- Specified by:
getDescription
in interfaceCfnRuleGroupProps
-
getRuleGroup
Description copied from interface:CfnRuleGroupProps
An object that defines the rule group rules.- Specified by:
getRuleGroup
in interfaceCfnRuleGroupProps
-
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 interfaceCfnRuleGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-