AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-01-07 · Documentation low

File: cli/latest/reference/emr-serverless/get-application.md

Summary

Added 'diskEncryptionConfiguration' field to application output structure showing disk encryption settings

Security assessment

Documents the retrieval of existing disk encryption configurations, providing visibility into security settings without indicating any vulnerability fix.

Diff

diff --git a/cli/latest/reference/emr-serverless/get-application.md b/cli/latest/reference/emr-serverless/get-application.md
index 62541eadb..ea2ff2946 100644
--- a//cli/latest/reference/emr-serverless/get-application.md
+++ b//cli/latest/reference/emr-serverless/get-application.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.30 Command Reference](../../index.html) »
@@ -892,0 +893,45 @@ application -> (structure)
+> 
+> diskEncryptionConfiguration -> (structure)
+>
+>> The configuration object that allows encrypting local disks.
+>> 
+>> encryptionContext -> (map)
+>>
+>>> Specifies the optional encryption context that will be used when encrypting the data. An encryption context is a collection of non-secret key-value pairs that represent additional authenticated data.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `0`
+>>>   * max: `8`
+>>> 
+
+>>> 
+>>> key -> (string)
+>>>
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `128`
+>>>> 
+
+>>> 
+>>> value -> (string)
+>>>
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `384`
+>>>> 
+
+>> 
+>> encryptionKeyArn -> (string)
+>>
+>>> The KMS key ARN to encrypt local disks.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `20`
+>>>   * max: `2048`
+>>>   * pattern: `arn:(aws[a-zA-Z0-9-]*):kms:[a-zA-Z0-9\-]*:([0-9]{12}):key\/[a-zA-Z0-9-]+`
+>>> 
+
@@ -966 +1011 @@ application -> (structure)
-  * [AWS CLI 2.32.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.30 Command Reference](../../index.html) »