@Stability(value=Stable) public static final class CfnFirewallPolicy.FirewallPolicyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFirewallPolicy.FirewallPolicyProperty>
CfnFirewallPolicy.FirewallPolicyProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statelessDefaultActions(List<String> statelessDefaultActions)
CfnFirewallPolicy.FirewallPolicyProperty.getStatelessDefaultActions()statelessDefaultActions - The actions to take on a packet if it doesn't match any of the stateless rules in the policy. This parameter is required.
If you want non-matching packets to be forwarded for stateful inspection, specify aws:forward_to_sfe .
You must specify one of the standard actions: aws:pass , aws:drop , or aws:forward_to_sfe . In addition, you can specify custom actions that are compatible with your standard section choice.
For example, you could specify ["aws:pass"] or you could specify ["aws:pass", “customActionName”] . For information about compatibility, see the custom action descriptions.
this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statelessFragmentDefaultActions(List<String> statelessFragmentDefaultActions)
statelessFragmentDefaultActions - The actions to take on a fragmented packet if it doesn't match any of the stateless rules in the policy. This parameter is required.
If you want non-matching fragmented packets to be forwarded for stateful inspection, specify aws:forward_to_sfe .
You must specify one of the standard actions: aws:pass , aws:drop , or aws:forward_to_sfe . In addition, you can specify custom actions that are compatible with your standard section choice.
For example, you could specify ["aws:pass"] or you could specify ["aws:pass", “customActionName”] . For information about compatibility, see the custom action descriptions.
this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statefulDefaultActions(List<String> statefulDefaultActions)
CfnFirewallPolicy.FirewallPolicyProperty.getStatefulDefaultActions()statefulDefaultActions - The default actions to take on a packet that doesn't match any stateful rules.
The stateful default action is optional, and is only valid when using the strict rule order.
Valid values of the stateful default action:
For more information, see Strict evaluation order in the AWS Network Firewall Developer Guide .
this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statefulEngineOptions(IResolvable statefulEngineOptions)
CfnFirewallPolicy.FirewallPolicyProperty.getStatefulEngineOptions()statefulEngineOptions - Additional options governing how Network Firewall handles stateful rules.
The stateful rule groups that you use in your policy must have stateful rule options settings that are compatible with these settings.this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statefulEngineOptions(CfnFirewallPolicy.StatefulEngineOptionsProperty statefulEngineOptions)
CfnFirewallPolicy.FirewallPolicyProperty.getStatefulEngineOptions()statefulEngineOptions - Additional options governing how Network Firewall handles stateful rules.
The stateful rule groups that you use in your policy must have stateful rule options settings that are compatible with these settings.this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statefulRuleGroupReferences(IResolvable statefulRuleGroupReferences)
statefulRuleGroupReferences - References to the stateful rule groups that are used in the policy.
These define the inspection criteria in stateful rules.this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statefulRuleGroupReferences(List<? extends Object> statefulRuleGroupReferences)
statefulRuleGroupReferences - References to the stateful rule groups that are used in the policy.
These define the inspection criteria in stateful rules.this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statelessCustomActions(IResolvable statelessCustomActions)
CfnFirewallPolicy.FirewallPolicyProperty.getStatelessCustomActions()statelessCustomActions - The custom action definitions that are available for use in the firewall policy's `StatelessDefaultActions` setting.
You name each custom action that you define, and then you can use it by name in your default actions specifications.this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statelessCustomActions(List<? extends Object> statelessCustomActions)
CfnFirewallPolicy.FirewallPolicyProperty.getStatelessCustomActions()statelessCustomActions - The custom action definitions that are available for use in the firewall policy's `StatelessDefaultActions` setting.
You name each custom action that you define, and then you can use it by name in your default actions specifications.this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statelessRuleGroupReferences(IResolvable statelessRuleGroupReferences)
statelessRuleGroupReferences - References to the stateless rule groups that are used in the policy.
These define the matching criteria in stateless rules.this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty.Builder statelessRuleGroupReferences(List<? extends Object> statelessRuleGroupReferences)
statelessRuleGroupReferences - References to the stateless rule groups that are used in the policy.
These define the matching criteria in stateless rules.this@Stability(value=Stable) public CfnFirewallPolicy.FirewallPolicyProperty build()
build in interface software.amazon.jsii.Builder<CfnFirewallPolicy.FirewallPolicyProperty>CfnFirewallPolicy.FirewallPolicyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.