AWS cli documentation change
Summary
Added SourceResourceArn and BackupVaultArn fields to restore job documentation
Security assessment
Same as other restore job file - adds resource tracking without security implications. Vault ARN documentation helps identify resources but doesn't change security posture.
Diff
diff --git a/cli/latest/reference/backup/list-restore-jobs.md b/cli/latest/reference/backup/list-restore-jobs.md index e21edb692..35ae9728f 100644 --- a//cli/latest/reference/backup/list-restore-jobs.md +++ b//cli/latest/reference/backup/list-restore-jobs.md @@ -15 +15 @@ - * [AWS CLI 2.31.13 Command Reference](../../index.html) » + * [AWS CLI 2.31.16 Command Reference](../../index.html) » @@ -319,0 +320,8 @@ RestoreJobs -> (list) +>> SourceResourceArn -> (string) +>> +>>> The Amazon Resource Name (ARN) of the original resource that was backed up. This provides context about what resource is being restored. +>> +>> BackupVaultArn -> (string) +>> +>>> The Amazon Resource Name (ARN) of the backup vault containing the recovery point being restored. This helps identify vault access policies and permissions. +>> @@ -435 +443 @@ NextToken -> (string) - * [AWS CLI 2.31.13 Command Reference](../../index.html) » + * [AWS CLI 2.31.16 Command Reference](../../index.html) »