InsightFiltersResourceAwsEc2InstanceLaunchedAt

data class InsightFiltersResourceAwsEc2InstanceLaunchedAt(val dateRange: InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange? = null, val end: String? = null, val start: String? = null)

Constructors

constructor(dateRange: InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRange? = null, end: String? = null, start: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A configuration block of the date range for the date filter. See date_range below for more details.

Link copied to clipboard
val end: String? = null

An end date for the date filter. Required with start if date_range is not specified.

Link copied to clipboard
val start: String? = null

A start date for the date filter. Required with end if date_range is not specified.