AWS cli documentation change
Summary
Added StorageEncryptionType field documentation
Security assessment
The change adds documentation for StorageEncryptionType field explaining encryption-at-rest implementation (sse-elasticache or sse-kms) for serverless caches. This explicitly documents security features but doesn't indicate any security vulnerability fix.
Diff
diff --git a/cli/latest/reference/elasticache/create-serverless-cache.md b/cli/latest/reference/elasticache/create-serverless-cache.md index d6f44fa40..c46bca567 100644 --- a//cli/latest/reference/elasticache/create-serverless-cache.md +++ b//cli/latest/reference/elasticache/create-serverless-cache.md @@ -15 +15 @@ - * [AWS CLI 2.34.57 Command Reference](../../index.html) » + * [AWS CLI 2.34.61 Command Reference](../../index.html) » @@ -270 +270 @@ Syntax: -> The IP protocol version used by the serverless cache. Must be either `ipv4` | `ipv6` | `dual_stack` . `ipv6` is only supported with ipv6-only subnets. If not specified, defaults to `ipv4` , unless all provided subnets are IPv6-only, in which case it defaults to `ipv6` . +> The IP protocol version used by the serverless cache. Must be either `ipv4` | `ipv6` | `dual_stack` . `ipv6` is only supported with IPv6-only subnets. If not specified, defaults to `ipv4` , unless all provided subnets are IPv6-only, in which case it defaults to `ipv6` . @@ -465,0 +466,12 @@ ServerlessCache -> (structure) +> +> StorageEncryptionType -> (string) +> +>> Indicates the type of encryption for data stored at rest in the serverless cache. Serverless caches are always encrypted at rest. The value is `sse-elasticache` if an ElastiCache service-managed key is used, or `sse-kms` if a customer-managed KMS key is used. +>> +>> Possible values: +>> +>> * `none` +>> * `sse-elasticache` +>> * `sse-kms` +>> + @@ -541 +553 @@ ServerlessCache -> (structure) - * [AWS CLI 2.34.57 Command Reference](../../index.html) » + * [AWS CLI 2.34.61 Command Reference](../../index.html) »