AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-03-16 · Documentation medium

File: cli/latest/reference/gameliftstreams/get-stream-group.md

Summary

Added VPC transit configuration documentation including CIDR block requirements and Transit Gateway setup details. Removed legacy stream class specifications.

Security assessment

Added network configuration details (CIDR blocks, Transit Gateway requirements) help users properly secure their VPC connections, but there's no evidence of addressing a specific vulnerability.

Diff

diff --git a/cli/latest/reference/gameliftstreams/get-stream-group.md b/cli/latest/reference/gameliftstreams/get-stream-group.md
index 622e52f10..bed4a4062 100644
--- a//cli/latest/reference/gameliftstreams/get-stream-group.md
+++ b//cli/latest/reference/gameliftstreams/get-stream-group.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.8 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.9 Command Reference](../../index.html) »
@@ -389,0 +390,52 @@ LocationStates -> (list)
+>> 
+>> InternalVpcIpv4CidrBlock -> (string)
+>>
+>>> The CIDR block of the service VPC for this location. Add this CIDR block to your VPC route table to enable traffic routing through the Transit Gateway.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * pattern: `(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])/([0-9]|[1-2][0-9]|3[0-2])`
+>>> 
+
+>> 
+>> VpcTransitConfiguration -> (structure)
+>>
+>>> The VPC transit configuration for this location, including the Transit Gateway details needed to complete the VPC attachment setup.
+>>> 
+>>> VpcId -> (string)
+>>>
+>>>> The ID of the Amazon VPC that is connected to the stream group.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `32`
+>>>> 
+
+>>> 
+>>> Ipv4CidrBlocks -> (list)
+>>>
+>>>> The IPv4 CIDR blocks in your VPC that the stream group can access.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `5`
+>>>> 
+
+>>>> 
+>>>> (string)
+>>>>
+>>>>> Constraints:
+>>>>> 
+>>>>>   * pattern: `(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])/([0-9]|[1-2][0-9]|3[0-2])`
+>>>>> 
+
+>>> 
+>>> TransitGatewayId -> (string)
+>>>
+>>>> The ID of the Transit Gateway that Amazon GameLift Streams created for this VPC connection. Use this ID when creating your VPC attachment.
+>>> 
+>>> TransitGatewayResourceShareArn -> (string)
+>>>
+>>>> The ARN of the AWS Resource Access Manager resource share for the Transit Gateway. You must accept this resource share before you can create a VPC attachment.
@@ -432,10 +483,0 @@ StreamClass -> (string)
->   * **``gen6n_medium_win2022`` (NVIDIA, medium)** Supports applications with low 3D scene complexity. Uses NVIDIA L4 Tensor Core GPU.
->     * Reference resolution: 1080p
->     * Reference frame rate: 60 fps
->     * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
->     * Tenancy: Supports 1 concurrent stream session
->   * **``gen6n_small_win2022`` (NVIDIA, small)** Supports applications with low 3D scene complexity. Uses NVIDIA L4 Tensor Core GPU.
->     * Reference resolution: 1080p
->     * Reference frame rate: 60 fps
->     * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
->     * Tenancy: Supports 1 concurrent stream session
@@ -589 +631 @@ AssociatedApplications -> (list)
-  * [AWS CLI 2.34.8 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.9 Command Reference](../../index.html) »