/AWS1/CL_GMZVPCTRANSITCONFRSP¶
The VPC transit configuration details for a stream group location, including the Transit Gateway information needed to complete the VPC attachment setup.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_vpcid TYPE /AWS1/GMZVPCID /AWS1/GMZVPCID¶
The ID of the Amazon VPC that is connected to the stream group.
it_ipv4cidrblocks TYPE /AWS1/CL_GMZIPV4CIDRBLOCKLST_W=>TT_IPV4CIDRBLOCKLIST TT_IPV4CIDRBLOCKLIST¶
The IPv4 CIDR blocks in your VPC that the stream group can access.
iv_transitgatewayid TYPE /AWS1/GMZSTRING /AWS1/GMZSTRING¶
The ID of the Transit Gateway that Amazon GameLift Streams created for this VPC connection. Use this ID when creating your VPC attachment.
iv_tgwresourcesharearn TYPE /AWS1/GMZSTRING /AWS1/GMZSTRING¶
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.
Queryable Attributes¶
VpcId¶
The ID of the Amazon VPC that is connected to the stream group.
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¶
The IPv4 CIDR blocks in your VPC that the stream group can access.
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 |
TransitGatewayId¶
The ID of the Transit Gateway that Amazon GameLift Streams created for this VPC connection. Use this ID when creating your VPC attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSITGATEWAYID() |
Getter for TRANSITGATEWAYID, with configurable default |
ASK_TRANSITGATEWAYID() |
Getter for TRANSITGATEWAYID w/ exceptions if field has no va |
HAS_TRANSITGATEWAYID() |
Determine if TRANSITGATEWAYID has a value |
TransitGatewayResourceShareArn¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TGWRESOURCESHAREARN() |
Getter for TGWRESOURCESHAREARN, with configurable default |
ASK_TGWRESOURCESHAREARN() |
Getter for TGWRESOURCESHAREARN w/ exceptions if field has no |
HAS_TGWRESOURCESHAREARN() |
Determine if TGWRESOURCESHAREARN has a value |