AWS cli documentation change
Summary
Introduced StorageEncryptionType documentation explaining at-rest encryption options for DB clusters
Security assessment
Adds descriptive documentation about data-at-rest encryption methods without addressing any specific security flaw - enhances understanding of security features
Diff
diff --git a/cli/latest/reference/rds/create-db-cluster.md b/cli/latest/reference/rds/create-db-cluster.md index 87e94fd79..e75936bd2 100644 --- a//cli/latest/reference/rds/create-db-cluster.md +++ b//cli/latest/reference/rds/create-db-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -1584,0 +1585,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` +>> + @@ -2220 +2238 @@ DBCluster -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »