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
AVAILABLEstatus, this map containsS3AccessPointArnandS3AccessPointAlias, which you use with standard Amazon S3 read APIs to access the backup data. For continuous recovery points, this map also containsAccessPointInTime(in format2021-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
CreationTimeis 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,
S3for 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 | FAILEDRequired: 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: