interface StatefulRuleGroupOverrideProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.NetworkFirewall.Mixins.CfnFirewallPolicyPropsMixin.StatefulRuleGroupOverrideProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnetworkfirewall/mixins#CfnFirewallPolicyPropsMixin_StatefulRuleGroupOverrideProperty |
Java | software.amazon.awscdk.mixins.preview.services.networkfirewall.mixins.CfnFirewallPolicyPropsMixin.StatefulRuleGroupOverrideProperty |
Python | aws_cdk.mixins_preview.aws_networkfirewall.mixins.CfnFirewallPolicyPropsMixin.StatefulRuleGroupOverrideProperty |
TypeScript | @aws-cdk/mixins-preview » aws_networkfirewall » mixins » CfnFirewallPolicyPropsMixin » 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 { mixins as networkfirewall_mixins } from '@aws-cdk/mixins-preview/aws-networkfirewall';
const statefulRuleGroupOverrideProperty: networkfirewall_mixins.CfnFirewallPolicyPropsMixin.StatefulRuleGroupOverrideProperty = {
action: 'action',
};
Properties
| Name | Type | Description |
|---|---|---|
| action? | string | The 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.

.NET
Go
Java
Python
TypeScript