AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/deadline/create-monitor.md

Summary

Updated AWS CLI version reference from 2.34.23 to 2.34.25 and added new --identity-center-region parameter for specifying AWS region where IAM Identity Center is enabled

Security assessment

This change adds documentation for a new parameter related to IAM Identity Center configuration. While IAM Identity Center is a security service, this change documents a new configuration option rather than addressing a specific security issue. The addition helps users properly configure cross-region Identity Center setups, which can improve security posture by ensuring proper identity management across regions.

Diff

diff --git a/cli/latest/reference/deadline/create-monitor.md b/cli/latest/reference/deadline/create-monitor.md
index 3ee51c6a9..5e78c838a 100644
--- a//cli/latest/reference/deadline/create-monitor.md
+++ b//cli/latest/reference/deadline/create-monitor.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.23 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
@@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli
+    [--identity-center-region <value>]
@@ -133,0 +135,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli
+`--identity-center-region` (string)
+
+> The AWS region where IAM Identity Center is enabled. Required when Identity Center is in a different region than the monitor.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `25`
+>   * pattern: `[a-z0-9-]+`
+> 
+
+
@@ -312 +325 @@ identityCenterApplicationArn -> (string)
-  * [AWS CLI 2.34.23 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.25 Command Reference](../../index.html) »