AWS::GameLiftStreams::StreamGroup VpcTransitConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::GameLiftStreams::StreamGroup VpcTransitConfiguration

Configuration for connecting a stream group location to resources in your Amazon VPC using a Transit Gateway. When you specify a VPC transit configuration, Amazon GameLift Streams creates a Transit Gateway and shares it with your account using Resource Access Manager. After the stream group is active, you must complete the setup by accepting the resource share, creating a VPC attachment, and configuring routing.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Ipv4CidrBlocks" : [ String, ... ], "VpcId" : String }

YAML

Ipv4CidrBlocks: - String VpcId: String

Properties

Ipv4CidrBlocks

A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access. You can specify up to 5 CIDR blocks. The CIDR blocks must be valid subsets of the VPC's CIDR blocks and cannot overlap with the service VPC CIDR block.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 5

Update requires: No interruption

VpcId

The ID of the Amazon VPC that you want to connect to the stream group. The VPC must be in the same Amazon Web Services account as the stream group. This value cannot be changed after the stream group is created.

Required: Yes

Type: String

Minimum: 1

Maximum: 32

Update requires: No interruption