Show / Hide Table of Contents

Class CfnRuleGroup.SummaryConfigurationProperty

A complex type that specifies which Suricata rule metadata fields to use when displaying threat information. Contains:.

Inheritance
object
CfnRuleGroup.SummaryConfigurationProperty
Implements
CfnRuleGroup.ISummaryConfigurationProperty
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.SummaryConfigurationProperty : CfnRuleGroup.ISummaryConfigurationProperty
Syntax (vb)
Public Class CfnRuleGroup.SummaryConfigurationProperty Implements CfnRuleGroup.ISummaryConfigurationProperty
Remarks

    These settings affect how threat information appears in both the console and API responses. Summaries are available for rule groups you manage and for active threat defense AWS managed rule groups.

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-summaryconfiguration.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 summaryConfigurationProperty = new SummaryConfigurationProperty {
                     RuleOptions = new [] { "ruleOptions" }
                 };

    Synopsis

    Constructors

    SummaryConfigurationProperty()

    A complex type that specifies which Suricata rule metadata fields to use when displaying threat information. Contains:.

    Properties

    RuleOptions

    Specifies the selected rule options returned by DescribeRuleGroupSummary .

    Constructors

    SummaryConfigurationProperty()

    A complex type that specifies which Suricata rule metadata fields to use when displaying threat information. Contains:.

    public SummaryConfigurationProperty()
    Remarks

      These settings affect how threat information appears in both the console and API responses. Summaries are available for rule groups you manage and for active threat defense AWS managed rule groups.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-summaryconfiguration.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 summaryConfigurationProperty = new SummaryConfigurationProperty {
                       RuleOptions = new [] { "ruleOptions" }
                   };

      Properties

      RuleOptions

      Specifies the selected rule options returned by DescribeRuleGroupSummary .

      public string[]? RuleOptions { get; set; }
      Property Value

      string[]

      Remarks

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

      Implements

      CfnRuleGroup.ISummaryConfigurationProperty
      Back to top Generated by DocFX