SnapshotOptionsArgs

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

Definition of SnapshotOptions

Constructors

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

Properties

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

The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is 0 hours.

Functions

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