Class CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty
CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty-
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.cfnpropertymixins.services.networkfirewall.CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty
CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty.Builder, CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty.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 ObjectAWS Network Firewall plans to augment the active threat defense managed rule group with an additional deep threat inspection capability.final ObjectThe action that allows the policy owner to override the behavior of the rule group within a policy.final NumberAn integer setting that indicates the order in which to run the stateful rule groups in a single firewall policy.final ObjectThe Amazon Resource Name (ARN) of the stateful rule group.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
protected Jsii$Proxy(CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty.Builder.
-
-
Method Details
-
getDeepThreatInspection
Description copied from interface:CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferencePropertyAWS Network Firewall plans to augment the active threat defense managed rule group with an additional deep threat inspection capability.When this capability is released, AWS will analyze service logs of network traffic processed by these rule groups to identify threat indicators across customers. AWS will use these threat indicators to improve the active threat defense managed rule groups and protect the security of AWS customers and services.
Customers can opt-out of deep threat inspection at any time through the AWS Network Firewall console or API. When customers opt out, AWS Network Firewall will not use the network traffic processed by those customers' active threat defense rule groups for rule group improvement.
Returns union: either
BooleanorIResolvable- Specified by:
getDeepThreatInspectionin interfaceCfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty- See Also:
-
getOverride
Description copied from interface:CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferencePropertyThe action that allows the policy owner to override the behavior of the rule group within a policy.Returns union: either
IResolvableorCfnFirewallPolicyPropsMixin.StatefulRuleGroupOverrideProperty- Specified by:
getOverridein interfaceCfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty- See Also:
-
getPriority
Description copied from interface:CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferencePropertyAn integer setting that indicates the order in which to run the stateful rule groups in a single firewall policy.This setting only applies to firewall policies that specify the
STRICT_ORDERrule order in the stateful engine options settings.Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
- Specified by:
getPriorityin interfaceCfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty- See Also:
-
getResourceArn
Description copied from interface:CfnFirewallPolicyPropsMixin.StatefulRuleGroupReferencePropertyThe Amazon Resource Name (ARN) of the stateful rule group.Returns union: either
StringorIRuleGroupRef- Specified by:
getResourceArnin interfaceCfnFirewallPolicyPropsMixin.StatefulRuleGroupReferenceProperty- 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()
-