DomainSnapshotOptionsArgs

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

Constructors

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

Properties

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

The hour in UTC during which the service takes an automated daily snapshot of the indexes in the OpenSearch Service domain. For example, if you specify 0, OpenSearch Service takes an automated snapshot everyday between midnight and 1 am. You can specify a value between 0 and 23.

Functions

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