ConfigurationFeatureTimewindowFilterArgs

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

Constructors

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

Properties

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

The latest timestamp the feature is enabled. The timestamp must be in RFC3339 format.

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

The earliest timestamp the feature is enabled. The timestamp must be in RFC3339 format.

Functions

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