AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated CLI version reference and restructured ingress endpoint parameters, adding new fields (Status, Type, RuleSetId, TrafficPolicyId) and reordering authentication configuration parameters.

Security assessment

Changes include updates to SMTP password versioning and expiry timestamp documentation, which relate to credential management security features. However, there's no evidence of addressing a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/mailmanager/get-ingress-point.md b/cli/latest/reference/mailmanager/get-ingress-point.md
index 8a0d65b0e..79447a07b 100644
--- a//cli/latest/reference/mailmanager/get-ingress-point.md
+++ b//cli/latest/reference/mailmanager/get-ingress-point.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »
@@ -195 +195 @@ Disable automatically prompt for CLI input parameters.
-ARecord -> (string)
+IngressPointId -> (string)
@@ -197 +197 @@ ARecord -> (string)
-> The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
+> The identifier of an ingress endpoint resource.
@@ -199 +199 @@ ARecord -> (string)
-CreatedTimestamp -> (timestamp)
+IngressPointName -> (string)
@@ -201 +201 @@ CreatedTimestamp -> (timestamp)
-> The timestamp of when the ingress endpoint was created.
+> A user friendly name for the ingress endpoint.
@@ -206,0 +207,20 @@ IngressPointArn -> (string)
+Status -> (string)
+
+> The status of the ingress endpoint resource.
+
+Type -> (string)
+
+> The type of ingress endpoint.
+
+ARecord -> (string)
+
+> The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
+
+RuleSetId -> (string)
+
+> The identifier of a rule set resource associated with the ingress endpoint.
+
+TrafficPolicyId -> (string)
+
+> The identifier of the traffic policy resource associated with the ingress endpoint.
+
@@ -215 +235 @@ IngressPointAuthConfiguration -> (structure)
->> PreviousSmtpPasswordExpiryTimestamp -> (timestamp)
+>> SmtpPasswordVersion -> (string)
@@ -217 +237 @@ IngressPointAuthConfiguration -> (structure)
->>> The previous password expiry timestamp of the ingress endpoint resource.
+>>> The current password expiry timestamp of the ingress endpoint resource.
@@ -223 +243 @@ IngressPointAuthConfiguration -> (structure)
->> SmtpPasswordVersion -> (string)
+>> PreviousSmtpPasswordExpiryTimestamp -> (timestamp)
@@ -225 +245 @@ IngressPointAuthConfiguration -> (structure)
->>> The current password expiry timestamp of the ingress endpoint resource.
+>>> The previous password expiry timestamp of the ingress endpoint resource.
@@ -231,12 +250,0 @@ IngressPointAuthConfiguration -> (structure)
-IngressPointId -> (string)
-
-> The identifier of an ingress endpoint resource.
-
-IngressPointName -> (string)
-
-> A user friendly name for the ingress endpoint.
-
-LastUpdatedTimestamp -> (timestamp)
-
-> The timestamp of when the ingress endpoint was last updated.
-
@@ -249,9 +257 @@ NetworkConfiguration -> (tagged union structure)
-> 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`.
@@ -265,0 +266,8 @@ NetworkConfiguration -> (tagged union structure)
+> 
+> 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.
@@ -267,9 +275 @@ NetworkConfiguration -> (tagged union structure)
-RuleSetId -> (string)
-
-> The identifier of a rule set resource associated with the ingress endpoint.
-
-Status -> (string)
-
-> The status of the ingress endpoint resource.
-
-TrafficPolicyId -> (string)
+CreatedTimestamp -> (timestamp)
@@ -277 +277 @@ TrafficPolicyId -> (string)
-> The identifier of the traffic policy resource associated with the ingress endpoint.
+> The timestamp of when the ingress endpoint was created.
@@ -279 +279 @@ TrafficPolicyId -> (string)
-Type -> (string)
+LastUpdatedTimestamp -> (timestamp)
@@ -281 +281 @@ Type -> (string)
-> The type of ingress endpoint.
+> The timestamp of when the ingress endpoint was last updated.
@@ -293 +293 @@ Type -> (string)
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »