AWS aws-backup documentation change
Summary
Added BackupVaultArn and SourceResourceArn fields to restore job documentation
Security assessment
The BackupVaultArn field helps identify access policies, which relates to security permissions, but this is a documentation improvement rather than a security fix.
Diff
diff --git a/aws-backup/latest/devguide/API_DescribeRestoreJob.md b/aws-backup/latest/devguide/API_DescribeRestoreJob.md index 54af382a0..9f8b0f67a 100644 --- a//aws-backup/latest/devguide/API_DescribeRestoreJob.md +++ b//aws-backup/latest/devguide/API_DescribeRestoreJob.md @@ -40,0 +41 @@ The request does not have a request body. + "BackupVaultArn": "**_string_** ", @@ -55,0 +57 @@ The request does not have a request body. + "SourceResourceArn": "**_string_** ", @@ -83,0 +86,7 @@ Type: Long +**BackupVaultArn ** + + +The Amazon Resource Name (ARN) of the backup vault containing the recovery point being restored. This helps identify vault access policies and permissions. + +Type: String + @@ -180,0 +190,7 @@ Type: String +**SourceResourceArn ** + + +The Amazon Resource Name (ARN) of the original resource that was backed up. This provides context about what resource is being restored. + +Type: String +