InsightFiltersResourceAwsEc2InstanceSubnetIdArgs

data class InsightFiltersResourceAwsEc2InstanceSubnetIdArgs(val comparison: Output<String>, val value: Output<String>) : ConvertibleToJava<InsightFiltersResourceAwsEc2InstanceSubnetIdArgs>

Constructors

constructor(comparison: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val comparison: Output<String>

The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.

Link copied to clipboard
val value: Output<String>

A date range value for the date filter, provided as an Integer.

Functions

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