FilterFilterCriteriaUpdatedAtArgs

data class FilterFilterCriteriaUpdatedAtArgs(val endInclusive: Output<String>? = null, val startInclusive: Output<String>? = null) : ConvertibleToJava<FilterFilterCriteriaUpdatedAtArgs>

Constructors

Link copied to clipboard
constructor(endInclusive: Output<String>? = null, startInclusive: Output<String>? = null)

Properties

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

(Required) The end of the port range, inclusive.

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

(Optional) Start of the date range in RFC 3339 format, inclusive. Set the timezone to UTC.

Functions

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