AWS Security ChangesHomeSearch

AWS cli medium security documentation change

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

File: cli/latest/reference/datazone/get-connection.md

Summary

Added VPC connection type support including vpcProperties structure with vpcId, subnetIds, securityGroupId, and status fields

Security assessment

This change adds documentation for VPC connection properties including securityGroupId and subnetIds, which directly relate to network security configurations. The explicit securityGroupId field demonstrates security documentation expansion for controlling network access.

Diff

diff --git a/cli/latest/reference/datazone/get-connection.md b/cli/latest/reference/datazone/get-connection.md
index df2ecd6e4..0833c750e 100644
--- a//cli/latest/reference/datazone/get-connection.md
+++ b//cli/latest/reference/datazone/get-connection.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.52 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.53 Command Reference](../../index.html) »
@@ -487,0 +488 @@ physicalEndpoints -> (list)
+>>>>   * `VPC`
@@ -959 +960 @@ props -> (tagged union structure)
-> 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`.
@@ -1458,0 +1460,86 @@ props -> (tagged union structure)
+> 
+> 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`
+>>>> 
+
@@ -1487,0 +1575 @@ type -> (string)
+>   * `VPC`
@@ -1512 +1600 @@ scope -> (string)
-  * [AWS CLI 2.34.52 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.53 Command Reference](../../index.html) »