DbBackupSummary

Contains a summary of a Timestream for InfluxDB backup.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the backup.

Link copied to clipboard

The time when the backup was created.

Link copied to clipboard

The identifier of the DB resource that the backup was created from.

Link copied to clipboard

The deployment type of the resource that the backup was created from.

Link copied to clipboard

The engine type of the resource that the backup was created from.

Link copied to clipboard

The date after which the backup will be automatically deleted.

Link copied to clipboard
val id: String

Service-generated unique identifier of the backup.

Link copied to clipboard

The Amazon Web Services KMS key ARN used for encryption of the resource at the time of backup.

Link copied to clipboard
val name: String?

The customer-provided name of the backup.

Link copied to clipboard

The status of the backup. Valid values are IN_PROGRESS, COMPLETED, FAILED, DELETING, and DELETED.

Link copied to clipboard

The type of backup. Valid values are HOURLY, DAILY, WEEKLY, MONTHLY, CUSTOM_SCHEDULE, ON_DEMAND, and CONTINUOUS.

Functions

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