UpdateSnapshotScheduleRequest

A JSON object containing one or more of the following fields:

  • UpdateSnapshotScheduleInput$Description

  • UpdateSnapshotScheduleInput$RecurrenceInHours

  • UpdateSnapshotScheduleInput$StartAt

  • UpdateSnapshotScheduleInput$VolumeARN

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional description of the snapshot that overwrites the existing description.

Link copied to clipboard

Frequency of snapshots. Specify the number of hours between snapshots.

Link copied to clipboard
val startAt: Int?

The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.

Link copied to clipboard
val tags: List<Tag>?

A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.

Link copied to clipboard

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String