Class CfnFirewallPolicy.StatelessRuleGroupReferenceProperty
Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.
Inheritance
Namespace: Amazon.CDK.AWS.NetworkFirewall
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StatelessRuleGroupReferenceProperty : Object, CfnFirewallPolicy.IStatelessRuleGroupReferenceProperty
Syntax (vb)
Public Class StatelessRuleGroupReferenceProperty
Inherits Object
Implements CfnFirewallPolicy.IStatelessRuleGroupReferenceProperty
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.AWS.NetworkFirewall;
var statelessRuleGroupReferenceProperty = new StatelessRuleGroupReferenceProperty {
Priority = 123,
ResourceArn = "resourceArn"
};
Synopsis
Constructors
Stateless |
Properties
Priority | An integer setting that indicates the order in which to run the stateless rule groups in a single |
Resource |
The Amazon Resource Name (ARN) of the stateless rule group. |
Constructors
StatelessRuleGroupReferenceProperty()
public StatelessRuleGroupReferenceProperty()
Properties
Priority
An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy
.
public double Priority { get; set; }
Property Value
System.
Remarks
Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
ResourceArn
The Amazon Resource Name (ARN) of the stateless rule group.
public string ResourceArn { get; set; }
Property Value
System.