Show / Hide Table of Contents

Interface CfnAutomationRuleV2.IOcsfStringFilterProperty

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

Namespace: Amazon.CDK.AWS.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAutomationRuleV2.IOcsfStringFilterProperty
Syntax (vb)
Public Interface 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

Properties

FieldName

The name of the field.

Filter

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

Properties

FieldName

The name of the field.

string FieldName { get; }
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.

object Filter { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX