AWS cli low security documentation change
Summary
Added 'applicationLevelDigestResolution' field to application output structure
Security assessment
Exposes the image digest resolution policy in application responses, enabling auditing of security-critical image verification settings. This supports security posture validation.
Diff
diff --git a/cli/latest/reference/emr-serverless/get-application.md b/cli/latest/reference/emr-serverless/get-application.md index 4b9c7f3ea..13c0abeb0 100644 --- a//cli/latest/reference/emr-serverless/get-application.md +++ b//cli/latest/reference/emr-serverless/get-application.md @@ -15 +15 @@ - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) » @@ -584,0 +585,4 @@ application -> (structure) +>> +>> applicationLevelDigestResolution -> (boolean) +>> +>>> Boolean value indicating if the digest resolution is application level or workload level. If true, a custom image URI is resolved at application start time and all workloads submitted will use that image digest. If false, the custom image URI is resolved at the workload submission time. @@ -630,0 +635,4 @@ application -> (structure) +>>>> +>>>> applicationLevelDigestResolution -> (boolean) +>>>> +>>>>> Boolean value indicating if the digest resolution is application level or workload level. If true, a custom image URI is resolved at application start time and all workloads submitted will use that image digest. If false, the custom image URI is resolved at the workload submission time. @@ -1030 +1038 @@ application -> (structure) - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) »