AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/groundstation/describe-contact.md

Summary

Added documentation for uplinkAwsGroundStationAgentEndpoint and downlinkAwsGroundStationAgentEndpoint structures including connection details, constraints, status monitoring, and health audit results

Security assessment

The changes add detailed configuration parameters for dataflow endpoints but do not address specific vulnerabilities or security incidents. While they include security-adjacent elements like input validation patterns (IP address format) and MTU size constraints, these appear to be standard configuration documentation rather than responses to security issues. The auditResults field indicates health monitoring but doesn't explicitly describe security controls.

Diff

diff --git a/cli/latest/reference/groundstation/describe-contact.md b/cli/latest/reference/groundstation/describe-contact.md
index 6b956dcba..243919bcc 100644
--- a//cli/latest/reference/groundstation/describe-contact.md
+++ b//cli/latest/reference/groundstation/describe-contact.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
@@ -534,0 +535,230 @@ dataflowList -> (list)
+>>>>> 
+>>>>> uplinkAwsGroundStationAgentEndpoint -> (structure)
+>>>>>
+>>>>>> Definition for an uplink agent endpoint
+>>>>>> 
+>>>>>> name -> (string) [required]
+>>>>>>
+>>>>>>> Uplink dataflow endpoint name
+>>>>>>> 
+>>>>>>> Constraints:
+>>>>>>> 
+>>>>>>>   * min: `1`
+>>>>>>>   * max: `256`
+>>>>>>>   * pattern: `[ a-zA-Z0-9_:-]{1,256}`
+>>>>>>> 
+
+>>>>>> 
+>>>>>> dataflowDetails -> (tagged union structure) [required]
+>>>>>>
+>>>>>>> Dataflow details for the uplink endpoint
+>>>>>>> 
+>>>>>>> ### Note
+>>>>>>> 
+>>>>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `agentConnectionDetails`.
+>>>>>>> 
+>>>>>>> agentConnectionDetails -> (structure)
+>>>>>>>
+>>>>>>>> Uplink connection details for customer to Agent and Agent to Ground Station
+>>>>>>>> 
+>>>>>>>> ingressAddressAndPort -> (structure) [required]
+>>>>>>>>
+>>>>>>>>> Egress address of AgentEndpoint with an optional mtu.
+>>>>>>>>> 
+>>>>>>>>> socketAddress -> (structure) [required]
+>>>>>>>>>
+>>>>>>>>>> A socket address.
+>>>>>>>>>> 
+>>>>>>>>>> name -> (string) [required]
+>>>>>>>>>>
+>>>>>>>>>>> Name of a socket address.
+>>>>>>>>>> 
+>>>>>>>>>> port -> (integer) [required]
+>>>>>>>>>>
+>>>>>>>>>>> Port of a socket address.
+>>>>>>>>> 
+>>>>>>>>> mtu -> (integer)
+>>>>>>>>>
+>>>>>>>>>> Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
+>>>>>>>> 
+>>>>>>>> agentIpAndPortAddress -> (structure) [required]
+>>>>>>>>
+>>>>>>>>> Ingress address of AgentEndpoint with a port range and an optional mtu.
+>>>>>>>>> 
+>>>>>>>>> socketAddress -> (structure) [required]
+>>>>>>>>>
+>>>>>>>>>> A ranged socket address.
+>>>>>>>>>> 
+>>>>>>>>>> name -> (string) [required]
+>>>>>>>>>>
+>>>>>>>>>>> IPv4 socket address.
+>>>>>>>>>>> 
+>>>>>>>>>>> Constraints:
+>>>>>>>>>>> 
+>>>>>>>>>>>   * min: `7`
+>>>>>>>>>>>   * max: `16`
+>>>>>>>>>>>   * pattern: `\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}`
+>>>>>>>>>>> 
+
+>>>>>>>>>> 
+>>>>>>>>>> portRange -> (structure) [required]
+>>>>>>>>>>
+>>>>>>>>>>> Port range of a socket address.
+>>>>>>>>>>> 
+>>>>>>>>>>> minimum -> (integer) [required]
+>>>>>>>>>>>
+>>>>>>>>>>>> A minimum value.
+>>>>>>>>>>> 
+>>>>>>>>>>> maximum -> (integer) [required]
+>>>>>>>>>>>
+>>>>>>>>>>>> A maximum value.
+>>>>>>>>> 
+>>>>>>>>> mtu -> (integer)
+>>>>>>>>>
+>>>>>>>>>> Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * min: `1400`
+>>>>>>>>>>   * max: `1500`
+>>>>>>>>>> 
+
+>>>>>> 
+>>>>>> agentStatus -> (string)
+>>>>>>
+>>>>>>> Status of the agent associated with the uplink dataflow endpoint
+>>>>>>> 
+>>>>>>> Possible values:
+>>>>>>> 
+>>>>>>>   * `SUCCESS`
+>>>>>>>   * `FAILED`
+>>>>>>>   * `ACTIVE`
+>>>>>>>   * `INACTIVE`
+>>>>>>> 
+
+>>>>>> 
+>>>>>> auditResults -> (string)
+>>>>>>
+>>>>>>> Health audit results for the uplink dataflow endpoint
+>>>>>>> 
+>>>>>>> Possible values:
+>>>>>>> 
+>>>>>>>   * `HEALTHY`
+>>>>>>>   * `UNHEALTHY`
+>>>>>>> 
+
+>>>>> 
+>>>>> downlinkAwsGroundStationAgentEndpoint -> (structure)
+>>>>>
+>>>>>> Definition for a downlink agent endpoint
+>>>>>> 
+>>>>>> name -> (string) [required]
+>>>>>>
+>>>>>>> Downlink dataflow endpoint name
+>>>>>>> 
+>>>>>>> Constraints:
+>>>>>>> 
+>>>>>>>   * min: `1`
+>>>>>>>   * max: `256`
+>>>>>>>   * pattern: `[ a-zA-Z0-9_:-]{1,256}`
+>>>>>>> 
+
+>>>>>> 
+>>>>>> dataflowDetails -> (tagged union structure) [required]
+>>>>>>
+>>>>>>> Dataflow details for the downlink endpoint
+>>>>>>> 
+>>>>>>> ### Note
+>>>>>>> 
+>>>>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `agentConnectionDetails`.
+>>>>>>> 
+>>>>>>> agentConnectionDetails -> (structure)
+>>>>>>>
+>>>>>>>> Downlink connection details for customer to Agent and Agent to Ground Station
+>>>>>>>> 
+>>>>>>>> agentIpAndPortAddress -> (structure) [required]
+>>>>>>>>
+>>>>>>>>> Ingress address of AgentEndpoint with a port range and an optional mtu.
+>>>>>>>>> 
+>>>>>>>>> socketAddress -> (structure) [required]
+>>>>>>>>>
+>>>>>>>>>> A ranged socket address.
+>>>>>>>>>> 
+>>>>>>>>>> name -> (string) [required]
+>>>>>>>>>>
+>>>>>>>>>>> IPv4 socket address.
+>>>>>>>>>>> 
+>>>>>>>>>>> Constraints:
+>>>>>>>>>>> 
+>>>>>>>>>>>   * min: `7`
+>>>>>>>>>>>   * max: `16`
+>>>>>>>>>>>   * pattern: `\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}`
+>>>>>>>>>>> 
+
+>>>>>>>>>> 
+>>>>>>>>>> portRange -> (structure) [required]
+>>>>>>>>>>
+>>>>>>>>>>> Port range of a socket address.
+>>>>>>>>>>> 
+>>>>>>>>>>> minimum -> (integer) [required]
+>>>>>>>>>>>
+>>>>>>>>>>>> A minimum value.
+>>>>>>>>>>> 
+>>>>>>>>>>> maximum -> (integer) [required]
+>>>>>>>>>>>
+>>>>>>>>>>>> A maximum value.
+>>>>>>>>> 
+>>>>>>>>> mtu -> (integer)
+>>>>>>>>>
+>>>>>>>>>> Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * min: `1400`
+>>>>>>>>>>   * max: `1500`
+>>>>>>>>>> 
+
+>>>>>>>> 
+>>>>>>>> egressAddressAndPort -> (structure) [required]
+>>>>>>>>
+>>>>>>>>> Egress address of AgentEndpoint with an optional mtu.
+>>>>>>>>> 
+>>>>>>>>> socketAddress -> (structure) [required]