AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-16 · Documentation low

File: cli/latest/reference/repostspace/create-space.md

Summary

Updated CLI version, navigation links, parameter order, added '--supported-email-domains' parameter, moved '--tier' documentation, and added '--user-kms-key' parameter with encryption details

Security assessment

Added '--user-kms-key' parameter documentation about AWS KMS encryption, which is a security feature. The '--supported-email-domains' parameter introduces domain restrictions for access control. However, there is no evidence these changes address a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/repostspace/create-space.md b/cli/latest/reference/repostspace/create-space.md
index 53c8b79ec..3a04f0810 100644
--- a//cli/latest/reference/repostspace/create-space.md
+++ b//cli/latest/reference/repostspace/create-space.md
@@ -14,2 +14,2 @@
-  * [previous](batch-remove-role.html "batch-remove-role") |
-  * [AWS CLI 2.27.50 Command Reference](../../index.html) »
+  * [previous](create-channel.html "create-channel") |
+  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
@@ -22 +22 @@
-  * [← batch-remove-role](batch-remove-role.html "previous chapter \(use the left arrow\)") /
+  * [← create-channel](create-channel.html "previous chapter \(use the left arrow\)") /
@@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost
-    [--description <value>]
@@ -69 +67,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost
-    [--role-arn <value>]
@@ -71 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost
-    [--tags <value>]
@@ -72,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost
+    [--description <value>]
@@ -73,0 +72,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost
+    [--tags <value>]
+    [--role-arn <value>]
+    [--supported-email-domains <value>]
@@ -98,4 +98,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost
-`--description` (string)
-
-> A description for the private re:Post. This is used only to help you identify this private re:Post.
-
@@ -106,4 +102,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost
-`--role-arn` (string)
-
-> The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
-
@@ -113,0 +107,19 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/repost
+`--tier` (string)
+
+> The pricing tier for the private re:Post.
+> 
+> Possible values:
+> 
+>   * `BASIC`
+>   * `STANDARD`
+> 
+
+
+`--description` (string)
+
+> A description for the private re:Post. This is used only to help you identify this private re:Post.
+
+`--user-kms-key` (string)
+
+> The AWS KMS key ARN that’s used for the AWS KMS encryption. If you don’t provide a key, your data is encrypted by default with a key that AWS owns and manages for you.
+
@@ -135 +147 @@ JSON Syntax:
-`--tier` (string)
+`--role-arn` (string)
@@ -137,3 +149,5 @@ JSON Syntax:
-> The pricing tier for the private re:Post.
-> 
-> Possible values:
+> The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
+
+`--supported-email-domains` (structure)
+
+> enabled -> (string)
@@ -141,2 +155 @@ JSON Syntax:
->   * `BASIC`
->   * `STANDARD`
+> allowedDomains -> (list)
@@ -143,0 +157 @@ JSON Syntax:
+>> (string)
@@ -144,0 +159 @@ JSON Syntax:
+Shorthand Syntax:
@@ -146 +160,0 @@ JSON Syntax:
-`--user-kms-key` (string)
@@ -148 +162,11 @@ JSON Syntax:
-> The AWS KMS key ARN that’s used for the AWS KMS encryption. If you don’t provide a key, your data is encrypted by default with a key that AWS owns and manages for you.
+    enabled=string,allowedDomains=string,string
+    
+
+JSON Syntax:
+    
+    
+    {
+      "enabled": "ENABLED"|"DISABLED",
+      "allowedDomains": ["string", ...]
+    }
+    
@@ -253 +277 @@ spaceId -> (string)
-  * [← batch-remove-role](batch-remove-role.html "previous chapter \(use the left arrow\)") /
+  * [← create-channel](create-channel.html "previous chapter \(use the left arrow\)") /
@@ -262,2 +286,2 @@ spaceId -> (string)
-  * [previous](batch-remove-role.html "batch-remove-role") |
-  * [AWS CLI 2.27.50 Command Reference](../../index.html) »
+  * [previous](create-channel.html "create-channel") |
+  * [AWS CLI 2.27.51 Command Reference](../../index.html) »