Show / Hide Table of Contents

Class CfnAutomationRuleV2.OcsfStringFilterProperty

Enables filtering of security findings based on string field values in OCSF.

Inheritance
object
CfnAutomationRuleV2.OcsfStringFilterProperty
Implements
CfnAutomationRuleV2.IOcsfStringFilterProperty
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.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAutomationRuleV2.OcsfStringFilterProperty : CfnAutomationRuleV2.IOcsfStringFilterProperty
Syntax (vb)
Public Class CfnAutomationRuleV2.OcsfStringFilterProperty Implements CfnAutomationRuleV2.IOcsfStringFilterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfstringfilter.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.SecurityHub;

             var ocsfStringFilterProperty = new OcsfStringFilterProperty {
                 FieldName = "fieldName",
                 Filter = new StringFilterProperty {
                     Comparison = "comparison",
                     Value = "value"
                 }
             };

Synopsis

Constructors

OcsfStringFilterProperty()

Enables filtering of security findings based on string field values in OCSF.

Properties

FieldName

The name of the field.

Filter

Enables filtering of security findings based on string field values in OCSF.

Constructors

OcsfStringFilterProperty()

Enables filtering of security findings based on string field values in OCSF.

public OcsfStringFilterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfstringfilter.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.SecurityHub;

             var ocsfStringFilterProperty = new OcsfStringFilterProperty {
                 FieldName = "fieldName",
                 Filter = new StringFilterProperty {
                     Comparison = "comparison",
                     Value = "value"
                 }
             };

Properties

FieldName

The name of the field.

public string FieldName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfstringfilter.html#cfn-securityhub-automationrulev2-ocsfstringfilter-fieldname

Filter

Enables filtering of security findings based on string field values in OCSF.

public object Filter { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfstringfilter.html#cfn-securityhub-automationrulev2-ocsfstringfilter-filter

Implements

CfnAutomationRuleV2.IOcsfStringFilterProperty
Back to top Generated by DocFX