AWS cli documentation change
Summary
Added 'diskEncryptionConfiguration' field to jobRun output showing disk encryption override settings
Security assessment
Documents how to view disk encryption overrides for job runs, enhancing security visibility without evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/emr-serverless/get-job-run.md b/cli/latest/reference/emr-serverless/get-job-run.md index 2d7499aaa..014cf5800 100644 --- a//cli/latest/reference/emr-serverless/get-job-run.md +++ b//cli/latest/reference/emr-serverless/get-job-run.md @@ -15 +15 @@ - * [AWS CLI 2.32.28 Command Reference](../../index.html) » + * [AWS CLI 2.32.30 Command Reference](../../index.html) » @@ -671,0 +672,45 @@ jobRun -> (structure) +>> +>> diskEncryptionConfiguration -> (structure) +>> +>>> The override configuration to encrypt 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-]+` +>>>> + @@ -968 +1013 @@ jobRun -> (structure) - * [AWS CLI 2.32.28 Command Reference](../../index.html) » + * [AWS CLI 2.32.30 Command Reference](../../index.html) »