ShareSnapshotScheduleArgs

data class ShareSnapshotScheduleArgs(val name: Output<String>, val recurrence: Output<String>, val startTime: Output<String>) : ConvertibleToJava<ShareSnapshotScheduleArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, recurrence: Output<String>, startTime: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the snapshot schedule.

Link copied to clipboard
val recurrence: Output<String>

The interval of the synchronization with the source data. Possible values are Hour and Day.

Link copied to clipboard
val startTime: Output<String>

The synchronization with the source data's start time.

Functions

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