Show / Hide Table of Contents

Class CfnRuleGroup.ReferenceSetsProperty

Configures the ReferenceSets for a stateful rule group.

Inheritance
object
CfnRuleGroup.ReferenceSetsProperty
Implements
CfnRuleGroup.IReferenceSetsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.NetworkFirewall
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRuleGroup.ReferenceSetsProperty : CfnRuleGroup.IReferenceSetsProperty
Syntax (vb)
Public Class CfnRuleGroup.ReferenceSetsProperty Implements CfnRuleGroup.IReferenceSetsProperty
Remarks

For more information, see the Using IP set references in Suricata compatible rule groups in the Network Firewall User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-referencesets.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.AWS.NetworkFirewall;

             var referenceSetsProperty = new ReferenceSetsProperty {
                 IpSetReferences = new Dictionary<string, object> {
                     { "ipSetReferencesKey", new Dictionary<string, string?> {
                         { "referenceArn", "referenceArn" }
                     } }
                 }
             };

Synopsis

Constructors

ReferenceSetsProperty()

Configures the ReferenceSets for a stateful rule group.

Properties

IpSetReferences

The IP set references to use in the stateful rule group.

Constructors

ReferenceSetsProperty()

Configures the ReferenceSets for a stateful rule group.

public ReferenceSetsProperty()
Remarks

For more information, see the Using IP set references in Suricata compatible rule groups in the Network Firewall User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-referencesets.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.AWS.NetworkFirewall;

             var referenceSetsProperty = new ReferenceSetsProperty {
                 IpSetReferences = new Dictionary<string, object> {
                     { "ipSetReferencesKey", new Dictionary<string, string?> {
                         { "referenceArn", "referenceArn" }
                     } }
                 }
             };

Properties

IpSetReferences

The IP set references to use in the stateful rule group.

public object? IpSetReferences { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-referencesets.html#cfn-networkfirewall-rulegroup-referencesets-ipsetreferences

Implements

CfnRuleGroup.IReferenceSetsProperty
Back to top Generated by DocFX