AWS cli documentation change
Summary
Added 'StorageEncryptionType' field documentation to DB cluster output
Security assessment
Explains cluster encryption options without addressing security vulnerabilities. Enhances security feature awareness but shows no evidence of security fixes.
Diff
diff --git a/cli/latest/reference/rds/describe-db-clusters.md b/cli/latest/reference/rds/describe-db-clusters.md index 0e877bfb5..0d5a74de2 100644 --- a//cli/latest/reference/rds/describe-db-clusters.md +++ b//cli/latest/reference/rds/describe-db-clusters.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -691,0 +692,18 @@ DBClusters -> (list) +>> +>> StorageEncryptionType -> (string) +>> +>>> The type of encryption used to protect data at rest in the DB cluster. Possible values: +>>> +>>> * `none` \- The DB cluster is not encrypted. +>>> * `sse-rds` \- The DB cluster is encrypted using an Amazon Web Services owned KMS key. +>>> * `sse-kms` \- The DB cluster is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key. +>>> + +>>> +>>> Possible values: +>>> +>>> * `none` +>>> * `sse-kms` +>>> * `sse-rds` +>>> + @@ -1327 +1345 @@ DBClusters -> (list) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »