AutoscaleSettingProfileFixedDateArgs

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

Constructors

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

Properties

Link copied to clipboard
val end: Output<String>

Specifies the end date for the profile, formatted as an RFC3339 date string.

Link copied to clipboard
val start: Output<String>

Specifies the start date for the profile, formatted as an RFC3339 date string.

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

The Time Zone of the start and end times. A list of possible values can be found here. Defaults to UTC.

Functions

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