DateFilter
A date filter for querying findings.
Contents
- DateRange
-
A date range for the date filter.
Type: DateRange object
Required: No
- End
-
A timestamp that provides the end date for the date filter.
A correctly formatted example is
2020-05-21T20:16:34.724Z
. The value cannot contain spaces, and date and time should be separated byT
. For more information, see RFC 3339 section 5.6, Internet Date/Time Format. Type: String
Pattern:
.*\S.*
Required: No
- Start
-
A timestamp that provides the start date for the date filter.
A correctly formatted example is
2020-05-21T20:16:34.724Z
. The value cannot contain spaces, and date and time should be separated byT
. For more information, see RFC 3339 section 5.6, Internet Date/Time Format. Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: