Backup

class Backup

Describes a single backup.

Types

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

Properties

Link copied to clipboard

The ARN of the backup.

Link copied to clipboard

The generated ID of the backup. Example: myServerName-yyyyMMddHHmmssSSS

Link copied to clipboard

The backup type. Valid values are automated or manual.

Link copied to clipboard

The time stamp when the backup was created in the database. Example: 2016-07-29T13:38:47.520Z

Link copied to clipboard

A user-provided description for a manual backup. This field is empty for automated backups.

Link copied to clipboard

The engine type that is obtained from the server when the backup is created.

Link copied to clipboard

The engine model that is obtained from the server when the backup is created.

Link copied to clipboard

The engine version that is obtained from the server when the backup is created.

Link copied to clipboard

The EC2 instance profile ARN that is obtained from the server when the backup is created. Because this value is stored, you are not required to provide the InstanceProfileArn again if you restore a backup.

Link copied to clipboard

The instance type that is obtained from the server when the backup is created.

Link copied to clipboard

The key pair that is obtained from the server when the backup is created.

Link copied to clipboard

The preferred backup period that is obtained from the server when the backup is created.

Link copied to clipboard

The preferred maintenance period that is obtained from the server when the backup is created.

Link copied to clipboard

This field is deprecated and is no longer used.

Link copied to clipboard

This field is deprecated and is no longer used.

Link copied to clipboard

The Amazon S3 URL of the backup's log file.

Link copied to clipboard

The security group IDs that are obtained from the server when the backup is created.

Link copied to clipboard

The name of the server from which the backup was made.

Link copied to clipboard

The service role ARN that is obtained from the server when the backup is created.

Link copied to clipboard

The status of a backup while in progress.

Link copied to clipboard

An informational message about backup status.

Link copied to clipboard

The subnet IDs that are obtained from the server when the backup is created.

Link copied to clipboard

The version of AWS OpsWorks CM-specific tools that is obtained from the server when the backup is created.

Link copied to clipboard

The IAM user ARN of the requester for manual backups. This field is empty for automated backups.

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