DomainSnapshotOptionsArgs

data class DomainSnapshotOptionsArgs(val automatedSnapshotStartHour: Output<Int>? = null) : ConvertibleToJava<DomainSnapshotOptionsArgs>

Constructors

Link copied to clipboard
fun DomainSnapshotOptionsArgs(automatedSnapshotStartHour: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val automatedSnapshotStartHour: Output<Int>? = null