Class CfnFirewallPolicyPropsMixin.StatefulRuleGroupOverrideProperty
The setting that allows the policy owner to change the behavior of the rule group within a policy.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.NetworkFirewall.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFirewallPolicyPropsMixin.StatefulRuleGroupOverrideProperty : CfnFirewallPolicyPropsMixin.IStatefulRuleGroupOverrideProperty
Syntax (vb)
Public Class CfnFirewallPolicyPropsMixin.StatefulRuleGroupOverrideProperty Implements CfnFirewallPolicyPropsMixin.IStatefulRuleGroupOverrideProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.NetworkFirewall.Mixins;
var statefulRuleGroupOverrideProperty = new StatefulRuleGroupOverrideProperty {
Action = "action"
};
Synopsis
Constructors
| StatefulRuleGroupOverrideProperty() | The setting that allows the policy owner to change the behavior of the rule group within a policy. |
Properties
| Action | The action that changes the rule group from |
Constructors
StatefulRuleGroupOverrideProperty()
The setting that allows the policy owner to change the behavior of the rule group within a policy.
public StatefulRuleGroupOverrideProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.NetworkFirewall.Mixins;
var statefulRuleGroupOverrideProperty = new StatefulRuleGroupOverrideProperty {
Action = "action"
};
Properties
Action
The action that changes the rule group from DROP to ALERT .
public string? Action { get; set; }