AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/mailmanager/create-ingress-point.md

Summary

Updated CLI version reference, reordered command parameters, modified parameter descriptions (including security-related SecretArn/SmtpPassword order), and restructured network configuration documentation

Security assessment

Changes involve parameter reordering and documentation structure updates rather than addressing specific vulnerabilities. While SecretArn and SmtpPassword are security-sensitive parameters, the changes only alter their presentation order without introducing new security controls or patching documented issues.

Diff

diff --git a/cli/latest/reference/mailmanager/create-ingress-point.md b/cli/latest/reference/mailmanager/create-ingress-point.md
index 5c69b6f8e..959814fb0 100644
--- a//cli/latest/reference/mailmanager/create-ingress-point.md
+++ b//cli/latest/reference/mailmanager/create-ingress-point.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »
@@ -68 +67,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma
-    [--ingress-point-configuration <value>]
@@ -70 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma
-    [--network-configuration <value>]
+    --type <value>
@@ -72 +70,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma
-    [--tags <value>]
@@ -74 +72,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma
-    --type <value>
+    [--ingress-point-configuration <value>]
+    [--network-configuration <value>]
+    [--tags <value>]
@@ -102,0 +103,23 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma
+`--ingress-point-name` (string)
+
+> A user friendly name for an ingress endpoint resource.
+
+`--type` (string)
+
+> The type of the ingress endpoint to create.
+> 
+> Possible values:
+> 
+>   * `OPEN`
+>   * `AUTH`
+> 
+
+
+`--rule-set-id` (string)
+
+> The identifier of an existing rule set that you attach to an ingress endpoint resource.
+
+`--traffic-policy-id` (string)
+
+> The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
+
@@ -109,5 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma
-> This is a Tagged Union structure. Only one of the following top level keys can be set: `SecretArn`, `SmtpPassword`.
-> 
-> SecretArn -> (string)
->
->> The SecretsManager::Secret ARN of the ingress endpoint resource.
+> This is a Tagged Union structure. Only one of the following top level keys can be set: `SmtpPassword`, `SecretArn`.
@@ -117,0 +137,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mailma
+> 
+> SecretArn -> (string)
+>
+>> The SecretsManager::Secret ARN of the ingress endpoint resource.
@@ -122 +145 @@ Shorthand Syntax:
-    SecretArn=string,SmtpPassword=string
+    SmtpPassword=string,SecretArn=string
@@ -129,2 +152,2 @@ JSON Syntax:
-      "SecretArn": "string",
-      "SmtpPassword": "string"
+      "SmtpPassword": "string",
+      "SecretArn": "string"
@@ -134,4 +156,0 @@ JSON Syntax:
-`--ingress-point-name` (string)
-
-> A user friendly name for an ingress endpoint resource.
-
@@ -144,9 +163 @@ JSON Syntax:
-> This is a Tagged Union structure. Only one of the following top level keys can be set: `PrivateNetworkConfiguration`, `PublicNetworkConfiguration`.
-> 
-> PrivateNetworkConfiguration -> (structure)
->
->> Specifies the network configuration for the private ingress point.
->> 
->> VpcEndpointId -> (string)
->>
->>> The identifier of the VPC endpoint to associate with this private ingress point.
+> This is a Tagged Union structure. Only one of the following top level keys can be set: `PublicNetworkConfiguration`, `PrivateNetworkConfiguration`.
@@ -160,0 +172,8 @@ JSON Syntax:
+> 
+> PrivateNetworkConfiguration -> (structure)
+>
+>> Specifies the network configuration for the private ingress point.
+>> 
+>> VpcEndpointId -> (string)
+>>
+>>> The identifier of the VPC endpoint to associate with this private ingress point.
@@ -165 +184 @@ Shorthand Syntax:
-    PrivateNetworkConfiguration={VpcEndpointId=string},PublicNetworkConfiguration={IpType=string}
+    PublicNetworkConfiguration={IpType=string},PrivateNetworkConfiguration={VpcEndpointId=string}
@@ -172,3 +190,0 @@ JSON Syntax:
-      "PrivateNetworkConfiguration": {
-        "VpcEndpointId": "string"
-      },
@@ -176,0 +193,3 @@ JSON Syntax:
+      },
+      "PrivateNetworkConfiguration": {
+        "VpcEndpointId": "string"
@@ -181,4 +199,0 @@ JSON Syntax:
-`--rule-set-id` (string)
-
-> The identifier of an existing rule set that you attach to an ingress endpoint resource.
-
@@ -219,15 +233,0 @@ JSON Syntax:
-`--traffic-policy-id` (string)
-
-> The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
-
-`--type` (string)
-
-> The type of the ingress endpoint to create.
-> 
-> Possible values:
-> 
->   * `OPEN`
->   * `AUTH`
-> 
-
-
@@ -347 +347 @@ IngressPointId -> (string)
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »