Class CfnFilter.DateFilterProperty
Contains details on the time range used to filter findings.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.InspectorV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DateFilterProperty : Object, CfnFilter.IDateFilterProperty
Syntax (vb)
Public Class DateFilterProperty
Inherits Object
Implements CfnFilter.IDateFilterProperty
Remarks
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.InspectorV2;
var dateFilterProperty = new DateFilterProperty {
EndInclusive = 123,
StartInclusive = 123
};
Synopsis
Constructors
Date |
Properties
End |
A timestamp representing the end of the time period filtered on. |
Start |
A timestamp representing the start of the time period filtered on. |
Constructors
DateFilterProperty()
public DateFilterProperty()
Properties
EndInclusive
A timestamp representing the end of the time period filtered on.
public Nullable<double> EndInclusive { get; set; }
Property Value
System.
Remarks
StartInclusive
A timestamp representing the start of the time period filtered on.
public Nullable<double> StartInclusive { get; set; }
Property Value
System.