Show / Hide Table of Contents

Class CfnFirewallPolicyPropsMixin.StatefulRuleGroupOverrideProperty

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

Inheritance
object
CfnFirewallPolicyPropsMixin.StatefulRuleGroupOverrideProperty
Implements
CfnFirewallPolicyPropsMixin.IStatefulRuleGroupOverrideProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-statefulrulegroupoverride.html

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 DROP to ALERT .

Constructors

StatefulRuleGroupOverrideProperty()

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

public StatefulRuleGroupOverrideProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-statefulrulegroupoverride.html

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; }
Property Value

string

Remarks

This only applies to managed rule groups.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-statefulrulegroupoverride.html#cfn-networkfirewall-firewallpolicy-statefulrulegroupoverride-action

Implements

CfnFirewallPolicyPropsMixin.IStatefulRuleGroupOverrideProperty
Back to top Generated by DocFX