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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.RuleOptionProperty
CfnRuleGroup.RuleOptionProperty.Builder, CfnRuleGroup.RuleOptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroup.RuleOptionProperty.Builder.protectedJsii$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.RuleOptionPropertyThe 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:
getKeywordin interfaceCfnRuleGroup.RuleOptionProperty- See Also:
-
getSettings
Description copied from interface:CfnRuleGroup.RuleOptionPropertyThe 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:
getSettingsin interfaceCfnRuleGroup.RuleOptionProperty- See Also:
-
$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()
-