/AWS1/CL_GMZVPCTRANSITCONF¶
Configuration for connecting a stream group location to resources in your Amazon VPC using AWS Transit Gateway. When you specify a VPC transit configuration, Amazon GameLift Streams creates a Transit Gateway and shares it with your account using AWS 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.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_vpcid TYPE /AWS1/GMZVPCID /AWS1/GMZVPCID¶
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.
it_ipv4cidrblocks TYPE /AWS1/CL_GMZIPV4CIDRBLOCKLST_W=>TT_IPV4CIDRBLOCKLIST TT_IPV4CIDRBLOCKLIST¶
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.
Queryable Attributes¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPV4CIDRBLOCKS() |
Getter for IPV4CIDRBLOCKS, with configurable default |
ASK_IPV4CIDRBLOCKS() |
Getter for IPV4CIDRBLOCKS w/ exceptions if field has no valu |
HAS_IPV4CIDRBLOCKS() |
Determine if IPV4CIDRBLOCKS has a value |