AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-19 · Documentation medium

File: cli/latest/reference/opensearch/update-application.md

Summary

Added IAM Identity Center integration options for OpenSearch applications

Security assessment

Added documentation for IAM Identity Center integration (security feature for centralized access management) but no evidence of addressing a specific vulnerability.

Diff

diff --git a/cli/latest/reference/opensearch/update-application.md b/cli/latest/reference/opensearch/update-application.md
index a7290a2df..0c48324c6 100644
--- a//cli/latest/reference/opensearch/update-application.md
+++ b//cli/latest/reference/opensearch/update-application.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »
@@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/opense
+    [--iam-identity-center-options <value>]
@@ -220,0 +222,48 @@ JSON Syntax:
+`--iam-identity-center-options` (structure)
+
+> Configuration settings for integrating IAM Identity Center with the OpenSearch application.
+> 
+> enabled -> (boolean)
+>
+>> Specifies whether IAM Identity Center is enabled or disabled.
+> 
+> iamIdentityCenterInstanceArn -> (string)
+>
+>> The Amazon Resource Name (ARN) of the domain. See [Identifiers for IAM Entities](https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html) in _Using Amazon Web Services Identity and Access Management_ for more information.
+>> 
+>> Constraints:
+>> 
+>>   * min: `20`
+>>   * max: `2048`
+>>   * pattern: `.*`
+>> 
+
+> 
+> iamRoleForIdentityCenterApplicationArn -> (string)
+>
+>> The ARN of the IAM role associated with the IAM Identity Center application.
+>> 
+>> Constraints:
+>> 
+>>   * min: `20`
+>>   * max: `2048`
+>>   * pattern: `arn:(aws|aws\-cn|aws\-us\-gov|aws\-iso|aws\-iso\-b):iam::[0-9]+:role\/.*`
+>> 
+
+
+Shorthand Syntax:
+    
+    
+    enabled=boolean,iamIdentityCenterInstanceArn=string,iamRoleForIdentityCenterApplicationArn=string
+    
+
+JSON Syntax:
+    
+    
+    {
+      "enabled": true|false,
+      "iamIdentityCenterInstanceArn": "string",
+      "iamRoleForIdentityCenterApplicationArn": "string"
+    }
+    
+
@@ -509 +558 @@ lastUpdatedAt -> (timestamp)
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »