AWS AWSCloudFormation documentation change
Summary
Added VpcTransitConfiguration property for Transit Gateway connectivity between service VPC and user VPC
Security assessment
Adds documentation about private network connectivity through Transit Gateway which improves network isolation, but no evidence of addressing a specific vulnerability
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-gameliftstreams-streamgroup-locationconfiguration.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-gameliftstreams-streamgroup-locationconfiguration.md index 59395c26a..845154666 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-gameliftstreams-streamgroup-locationconfiguration.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-gameliftstreams-streamgroup-locationconfiguration.md @@ -23 +23,2 @@ To declare this entity in your CloudFormation template, use the following syntax - "TargetIdleCapacity" : Integer + "TargetIdleCapacity" : Integer, + "VpcTransitConfiguration" : [VpcTransitConfiguration](./aws-properties-gameliftstreams-streamgroup-vpctransitconfiguration.html) @@ -34,0 +36,2 @@ To declare this entity in your CloudFormation template, use the following syntax + VpcTransitConfiguration: + [VpcTransitConfiguration](./aws-properties-gameliftstreams-streamgroup-vpctransitconfiguration.html) @@ -109,0 +113,11 @@ _Required_ : No +`VpcTransitConfiguration` + + +Configuration for connecting the stream group to resources in your Amazon VPC using a Transit Gateway. This setting is optional. If specified, Amazon GameLift Streams creates a Transit Gateway to enable private network connectivity between the service VPC and your VPC. The VPC ID cannot be changed after the stream group is created, but you can update the CIDR blocks. + +_Required_ : No + + _Type_ : [VpcTransitConfiguration](./aws-properties-gameliftstreams-streamgroup-vpctransitconfiguration.html) + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + @@ -118 +132 @@ DefaultApplication -Next +VpcTransitConfiguration