ListRecoveryPointsByBackupVaultRequest

Types

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

Properties

Link copied to clipboard

This parameter will sort the list of recovery points by account ID.

Link copied to clipboard

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created.

Link copied to clipboard

Returns only recovery points that match the specified backup plan ID.

Link copied to clipboard

Returns only recovery points that were created after the specified timestamp.

Link copied to clipboard

Returns only recovery points that were created before the specified timestamp.

Link copied to clipboard

This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name (ARN).

Link copied to clipboard

Returns only recovery points that match the specified resource Amazon Resource Name (ARN).

Link copied to clipboard

Returns only recovery points that match the specified resource type(s):

Link copied to clipboard

The maximum number of items to be returned.

Link copied to clipboard

The next item following a partial list of returned items. For example, if a request is made to return MaxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

Functions

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