View a markdown version of this page

ListAccessPointsMember - Amazon Backup
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ListAccessPointsMember

Contains metadata about a backup access point.

Contents

AccessPointArn

The Amazon Resource Name (ARN) that uniquely identifies the backup access point.

Type: String

Pattern: (arn:aws[a-z-]*:backup:[a-z-\d]+:\d{12}:accesspoint/)[\da-z]{1}[\da-z-]{1,48}[\da-z]{1}(?<!-s3alias)(?<!-ext-s3alias)

Required: Yes

AccessPointMetadata

Metadata for the backup access point. After the backup access point reaches the AVAILABLE status, this map contains S3AccessPointArn and S3AccessPointAlias, which you use with standard Amazon S3 read APIs to access the backup data. For continuous recovery points, this map also contains AccessPointInTime (in format 2021-11-27T03:30:27Z). The access point provides access to the content present in the backup at that specific time.

Type: String to string map

Key Length Constraints: Minimum length of 1.

Value Length Constraints: Minimum length of 1.

Required: Yes

BackupVaultName

The name of the backup vault that contains the recovery point.

Type: String

Pattern: ^[a-zA-Z0-9\-\_]{2,50}$

Required: Yes

CreationTime

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

Type: Timestamp

Required: Yes

Name

The name of the backup access point.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 50.

Pattern: [\da-z]{1}[\da-z-]{1,48}[\da-z]{1}(?<!-s3alias)(?<!-ext-s3alias)

Required: Yes

RecoveryPointArn

The Amazon Resource Name (ARN) of the recovery point that the backup access point provides access to.

Type: String

Pattern: (arn:aws[a-z-]*:[a-z-\d]+:[a-z-\d]+:).+

Required: Yes

ResourceArn

The Amazon Resource Name (ARN) of the resource that was backed up, such as an Amazon S3 bucket.

Type: String

Pattern: (arn:aws[a-z-]*:[a-z-\d]+:).+

Required: Yes

ResourceType

The type of Amazon resource associated with the recovery point. For example, S3 for Amazon Simple Storage Service.

Type: String

Required: Yes

Status

The current status of the backup access point.

Type: String

Valid Values: AVAILABLE | CREATING | DELETING | DISASSOCIATED | DISASSOCIATING | EXPIRED | FAILED

Required: Yes

BackupVaultArn

The Amazon Resource Name (ARN) of the backup vault that contains the recovery point.

Type: String

Required: No

StatusMessage

A message that provides additional detail about the status of the backup access point, such as the reason a creation or deletion attempt failed.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: