Backup

class Backup

A backup of an Amazon FSx for Windows File Server, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.

Types

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

Properties

Link copied to clipboard

The ID of the backup.

Link copied to clipboard

The time when a particular backup was created.

Link copied to clipboard

The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.

Link copied to clipboard

Details explaining any failures that occurred when creating a backup.

Link copied to clipboard

The metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.

Link copied to clipboard

The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.

Link copied to clipboard

The lifecycle status of the backup.

Link copied to clipboard

An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon Resource Names (ARNs) for resources.

Link copied to clipboard

Displays the current percent of progress of an asynchronous task.

Link copied to clipboard

The Amazon Resource Name (ARN) for the backup resource.

Link copied to clipboard

Specifies the resource type that's backed up.

Link copied to clipboard

The size of the backup in bytes. This represents the amount of data that the file system would contain if you restore this backup.

Link copied to clipboard

The ID of the source backup. Specifies the backup that you are copying.

Link copied to clipboard

The source Region of the backup. Specifies the Region from where this backup is copied.

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

The tags associated with a particular file system.

Link copied to clipboard

The type of the file-system backup.

Link copied to clipboard

Describes an Amazon FSx volume.

Functions

Link copied to clipboard
inline fun copy(block: Backup.Builder.() -> Unit = {}): Backup
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