AWS Security ChangesHomeSearch

AWS cli medium security documentation change

Service: cli · 2026-05-25 · Security-related medium

File: cli/latest/reference/datazone/list-connections.md

Summary

Added VPC connection type to list output and included vpcProperties structure with security-related fields

Security assessment

This change documents the inclusion of VPC connections in listing operations, exposing securityGroupId and subnetIds fields. The securityGroupId parameter specifically enables security posture verification through CLI commands.

Diff

diff --git a/cli/latest/reference/datazone/list-connections.md b/cli/latest/reference/datazone/list-connections.md
index 3117aee50..9465d972c 100644
--- a//cli/latest/reference/datazone/list-connections.md
+++ b//cli/latest/reference/datazone/list-connections.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.52 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.53 Command Reference](../../index.html) »
@@ -194,0 +195 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+>   * `VPC`
@@ -567,0 +569 @@ items -> (list)
+>>>>>>   * `VPC`
@@ -1039 +1041 @@ items -> (list)
->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `athenaProperties`, `glueProperties`, `hyperPodProperties`, `iamProperties`, `redshiftProperties`, `sparkEmrProperties`, `sparkGlueProperties`, `s3Properties`, `amazonQProperties`, `mlflowProperties`, `workflowsMwaaProperties`, `workflowsServerlessProperties`, `lakehouseProperties`.
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `athenaProperties`, `glueProperties`, `hyperPodProperties`, `iamProperties`, `redshiftProperties`, `sparkEmrProperties`, `sparkGlueProperties`, `s3Properties`, `amazonQProperties`, `mlflowProperties`, `workflowsMwaaProperties`, `workflowsServerlessProperties`, `lakehouseProperties`, `vpcProperties`.
@@ -1538,0 +1541,86 @@ items -> (list)
+>>> 
+>>> vpcProperties -> (structure)
+>>>
+>>>> The VPC properties of a connection.
+>>>> 
+>>>> vpcId -> (string) [required]
+>>>>
+>>>>> The identifier of the VPC.
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * min: `0`
+>>>>>   * max: `32`
+>>>>>   * pattern: `vpc-[a-z0-9]+`
+>>>>> 
+
+>>>> 
+>>>> subnetIds -> (list) [required]
+>>>>
+>>>>> The subnet IDs of the VPC connection.
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * min: `1`
+>>>>>   * max: `16`
+>>>>> 
+
+>>>>> 
+>>>>> (string)
+>>>>>
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * min: `0`
+>>>>>>   * max: `32`
+>>>>>>   * pattern: `subnet-[a-z0-9]+`
+>>>>>> 
+
+>>>> 
+>>>> status -> (string) [required]
+>>>>
+>>>>> The status of the VPC connection.
+>>>>> 
+>>>>> Possible values:
+>>>>> 
+>>>>>   * `CREATING`
+>>>>>   * `CREATE_FAILED`
+>>>>>   * `DELETING`
+>>>>>   * `DELETE_FAILED`
+>>>>>   * `READY`
+>>>>>   * `UPDATING`
+>>>>>   * `UPDATE_FAILED`
+>>>>>   * `DELETED`
+>>>>> 
+
+>>>> 
+>>>> securityGroupId -> (string)
+>>>>
+>>>>> The security group ID of the VPC connection.
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * min: `0`
+>>>>>   * max: `32`
+>>>>>   * pattern: `sg-[a-z0-9]+`
+>>>>> 
+
+>>>> 
+>>>> glueConnectionNames -> (list)
+>>>>
+>>>>> The Amazon Web Services Glue connection names associated with the VPC connection.
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * min: `1`
+>>>>>   * max: `16`
+>>>>> 
+
+>>>>> 
+>>>>> (string)
+>>>>>
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * min: `0`
+>>>>>>   * max: `64`
+>>>>>> 
+
@@ -1567,0 +1656 @@ items -> (list)
+>>>   * `VPC`
@@ -1603 +1692 @@ nextToken -> (string)
-  * [AWS CLI 2.34.52 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.53 Command Reference](../../index.html) »