aws-cdk-lib.aws_networkfirewall.CfnFirewallPolicy.StatefulRuleGroupOverrideProperty

interface StatefulRuleGroupOverrideProperty

LanguageType name
.NETAmazon.CDK.AWS.NetworkFirewall.CfnFirewallPolicy.StatefulRuleGroupOverrideProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnetworkfirewall#CfnFirewallPolicy_StatefulRuleGroupOverrideProperty
Javasoftware.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy.StatefulRuleGroupOverrideProperty
Pythonaws_cdk.aws_networkfirewall.CfnFirewallPolicy.StatefulRuleGroupOverrideProperty
TypeScript aws-cdk-lib » aws_networkfirewall » CfnFirewallPolicy » StatefulRuleGroupOverrideProperty

The setting that allows the policy owner to change the behavior of the rule group within a policy.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkfirewall as networkfirewall } from 'aws-cdk-lib';
const statefulRuleGroupOverrideProperty: networkfirewall.CfnFirewallPolicy.StatefulRuleGroupOverrideProperty = {
  action: 'action',
};

Properties

NameTypeDescription
action?stringThe action that changes the rule group from DROP to ALERT .

action?

Type: string (optional)

The action that changes the rule group from DROP to ALERT .

This only applies to managed rule groups.