StartSnapshotRequest

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully. The subsequent retries with the same client token return the result from the original successful request and they have no additional effect.

Link copied to clipboard

A description for the snapshot.

Link copied to clipboard

Indicates whether to encrypt the snapshot.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to be used to encrypt the snapshot.

Link copied to clipboard

The ID of the parent snapshot. If there is no parent snapshot, or if you are creating the first snapshot for an on-premises volume, omit this parameter.

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

The tags to apply to the snapshot.

Link copied to clipboard
val timeout: Int?

The amount of time (in minutes) after which the snapshot is automatically cancelled if:

Link copied to clipboard

The size of the volume, in GiB. The maximum size is 65536 GiB (64 TiB).

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