IndexedRecoveryPoint

This is a recovery point that has an associated backup index.

Only recovery points with a backup index can be included in a search.

Types

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

Properties

Link copied to clipboard

The date and time that a backup was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Link copied to clipboard

An ARN that uniquely identifies the backup vault where the recovery point index is stored.

Link copied to clipboard

This specifies the IAM role ARN used for this operation.

Link copied to clipboard

The date and time that a backup index was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Link copied to clipboard

This is the current status for the backup index associated with the specified recovery point.

Link copied to clipboard

A string in the form of a detailed message explaining the status of a backup index associated with the recovery point.

Link copied to clipboard

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45

Link copied to clipboard

The resource type of the indexed recovery point.

Link copied to clipboard

A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.

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