Class: Aws::GameLiftStreams::Types::VpcTransitConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::VpcTransitConfigurationResponse
- Defined in:
- gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb
Overview
The VPC transit configuration details for a stream group location, including the Transit Gateway information needed to complete the VPC attachment setup.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_4_cidr_blocks ⇒ Array<String>
The IPv4 CIDR blocks in your VPC that the stream group can access.
-
#transit_gateway_id ⇒ String
The ID of the Transit Gateway that Amazon GameLift Streams created for this VPC connection.
-
#transit_gateway_resource_share_arn ⇒ String
The ARN of the AWS Resource Access Manager resource share for the Transit Gateway.
-
#vpc_id ⇒ String
The ID of the Amazon VPC that is connected to the stream group.
Instance Attribute Details
#ipv_4_cidr_blocks ⇒ Array<String>
The IPv4 CIDR blocks in your VPC that the stream group can access.
4659 4660 4661 4662 4663 4664 4665 4666 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 4659 class VpcTransitConfigurationResponse < Struct.new( :vpc_id, :ipv_4_cidr_blocks, :transit_gateway_id, :transit_gateway_resource_share_arn) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_id ⇒ String
The ID of the Transit Gateway that Amazon GameLift Streams created for this VPC connection. Use this ID when creating your VPC attachment.
4659 4660 4661 4662 4663 4664 4665 4666 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 4659 class VpcTransitConfigurationResponse < Struct.new( :vpc_id, :ipv_4_cidr_blocks, :transit_gateway_id, :transit_gateway_resource_share_arn) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_resource_share_arn ⇒ 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.
4659 4660 4661 4662 4663 4664 4665 4666 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 4659 class VpcTransitConfigurationResponse < Struct.new( :vpc_id, :ipv_4_cidr_blocks, :transit_gateway_id, :transit_gateway_resource_share_arn) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the Amazon VPC that is connected to the stream group.
4659 4660 4661 4662 4663 4664 4665 4666 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 4659 class VpcTransitConfigurationResponse < Struct.new( :vpc_id, :ipv_4_cidr_blocks, :transit_gateway_id, :transit_gateway_resource_share_arn) SENSITIVE = [] include Aws::Structure end |