CreateSnapshotScheduleActionParameters

The parameters that you can use to configure a scheduled action to create a snapshot. For more information about creating a scheduled action, see CreateScheduledAction.

Types

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

Properties

Link copied to clipboard

The name of the namespace for which you want to configure a scheduled action to create a snapshot.

Link copied to clipboard

The retention period of the snapshot created by the scheduled action.

Link copied to clipboard

A string prefix that is attached to the name of the snapshot created by the scheduled action. The final name of the snapshot is the string prefix appended by the date and time of when the snapshot was created.

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

An array of Tag objects to associate with the snapshot.

Functions

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