InsightDateFilter

data class InsightDateFilter(val dateRange: InsightDateRange? = null, val end: String? = null, val start: String? = null)

A date filter for querying findings.

Constructors

Link copied to clipboard
constructor(dateRange: InsightDateRange? = null, end: String? = null, start: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A date range for the date filter.

Link copied to clipboard
val end: String? = null

A timestamp that provides the end date for the date filter. For more information about the validation and formatting of timestamp fields in AWS Security Hub , see Timestamps .

Link copied to clipboard
val start: String? = null

A timestamp that provides the start date for the date filter. For more information about the validation and formatting of timestamp fields in AWS Security Hub , see Timestamps .