InsightFiltersResourceAwsEc2InstanceLaunchedAtArgs

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

Constructors

constructor(dateRange: Output<InsightFiltersResourceAwsEc2InstanceLaunchedAtDateRangeArgs>? = null, end: Output<String>? = null, start: Output<String>? = null)

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: Output<String>? = null

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

Link copied to clipboard
val start: Output<String>? = null

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

Functions

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