Show / Hide Table of Contents

Class CfnAutomationRuleV2PropsMixin.OcsfDateFilterProperty

Enables filtering of security findings based on date and timestamp fields in OCSF.

Inheritance
object
CfnAutomationRuleV2PropsMixin.OcsfDateFilterProperty
Implements
CfnAutomationRuleV2PropsMixin.IOcsfDateFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAutomationRuleV2PropsMixin.OcsfDateFilterProperty : CfnAutomationRuleV2PropsMixin.IOcsfDateFilterProperty
Syntax (vb)
Public Class CfnAutomationRuleV2PropsMixin.OcsfDateFilterProperty Implements CfnAutomationRuleV2PropsMixin.IOcsfDateFilterProperty
Remarks

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

             var ocsfDateFilterProperty = new OcsfDateFilterProperty {
                 FieldName = "fieldName",
                 Filter = new DateFilterProperty {
                     DateRange = new DateRangeProperty {
                         Unit = "unit",
                         Value = 123
                     },
                     End = "end",
                     Start = "start"
                 }
             };

Synopsis

Constructors

OcsfDateFilterProperty()

Enables filtering of security findings based on date and timestamp fields in OCSF.

Properties

FieldName

The name of the field.

Filter

Enables filtering of security findings based on date and timestamp fields in OCSF.

Constructors

OcsfDateFilterProperty()

Enables filtering of security findings based on date and timestamp fields in OCSF.

public OcsfDateFilterProperty()
Remarks

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

             var ocsfDateFilterProperty = new OcsfDateFilterProperty {
                 FieldName = "fieldName",
                 Filter = new DateFilterProperty {
                     DateRange = new DateRangeProperty {
                         Unit = "unit",
                         Value = 123
                     },
                     End = "end",
                     Start = "start"
                 }
             };

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-ocsfdatefilter.html#cfn-securityhub-automationrulev2-ocsfdatefilter-fieldname

Filter

Enables filtering of security findings based on date and timestamp fields in OCSF.

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

object

Remarks

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

Type union: either IResolvable or CfnAutomationRuleV2PropsMixin.IDateFilterProperty

Implements

CfnAutomationRuleV2PropsMixin.IOcsfDateFilterProperty
Back to top Generated by DocFX