InsightDateFilterArgs

data class InsightDateFilterArgs(val dateRange: Output<InsightDateRangeArgs>? = null, val end: Output<String>? = null, val start: Output<String>? = null) : ConvertibleToJava<InsightDateFilterArgs>

A date filter for querying findings.

Constructors

Link copied to clipboard
constructor(dateRange: Output<InsightDateRangeArgs>? = null, end: Output<String>? = null, start: Output<String>? = null)

Properties

Link copied to clipboard
val dateRange: Output<InsightDateRangeArgs>? = null

A date range for the date filter.

Link copied to clipboard
val end: Output<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: Output<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 .

Functions

Link copied to clipboard
open override fun toJava(): InsightDateFilterArgs