AWS cli documentation change
Summary
Added EncryptionKeyType field documentation
Security assessment
Documents encryption key type information (AWS-owned vs customer-managed) for better security transparency, but doesn't fix a security issue.
Diff
diff --git a/cli/latest/reference/backup/describe-backup-vault.md b/cli/latest/reference/backup/describe-backup-vault.md index f91737b65..4b86e5253 100644 --- a//cli/latest/reference/backup/describe-backup-vault.md +++ b//cli/latest/reference/backup/describe-backup-vault.md @@ -15 +15 @@ - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) » @@ -317,0 +318,11 @@ LatestMpaApprovalTeamUpdate -> (structure) +EncryptionKeyType -> (string) + +> The type of encryption key used for the backup vault. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or Amazon Web Services_OWNED_KMS_KEY for Amazon Web Services-owned keys. +> +> Possible values: +> +> * `AWS_OWNED_KMS_KEY` +> * `CUSTOMER_MANAGED_KMS_KEY` +> + + @@ -328 +339 @@ LatestMpaApprovalTeamUpdate -> (structure) - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) »