AWS cli documentation change
Summary
Added documentation for StorageEncryptionType parameter describing cluster encryption options
Security assessment
Documents existing encryption types for DB clusters without evidence of patching vulnerabilities. Enhances awareness of security controls.
Diff
diff --git a/cli/latest/reference/rds/start-db-cluster.md b/cli/latest/reference/rds/start-db-cluster.md index 4667c9e5b..a7bd9426a 100644 --- a//cli/latest/reference/rds/start-db-cluster.md +++ b//cli/latest/reference/rds/start-db-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -462,0 +463,18 @@ DBCluster -> (structure) +> +> 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` +>> + @@ -1098 +1116 @@ DBCluster -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »