Class CfnRuleGroup.RuleOptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.RuleOptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.RuleOptionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.RuleOptionProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.RuleOptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.RuleOptionProperty
An implementation for
CfnRuleGroup.RuleOptionProperty
-
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.CfnRuleGroup.RuleOptionProperty
CfnRuleGroup.RuleOptionProperty.Builder, CfnRuleGroup.RuleOptionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.RuleOptionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnRuleGroup.RuleOptionProperty.Builder
.
-
-
Method Details
-
getKeyword
Description copied from interface:CfnRuleGroup.RuleOptionProperty
The Suricata rule option keywords.For Network Firewall , the keyword signature ID (sid) is required in the format
sid: 112233
. The sid must be unique within the rule group. For information about Suricata rule option keywords, see Rule options .- Specified by:
getKeyword
in interfaceCfnRuleGroup.RuleOptionProperty
-
getSettings
Description copied from interface:CfnRuleGroup.RuleOptionProperty
The Suricata rule option settings.Settings have zero or more values, and the number of possible settings and required settings depends on the keyword. The format for Settings is
number
. For information about Suricata rule option settings, see Rule options .- Specified by:
getSettings
in interfaceCfnRuleGroup.RuleOptionProperty
-
$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()
-