Class: Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
-
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
-
#gateway_id ⇒ String
The ID of the virtual private gateway or transit gateway.
-
#virtual_gateway_id ⇒ String
The ID of the virtual private gateway.
Instance Attribute Details
#add_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to advertise to the Direct Connect gateway
This parameter is required when you create an association to a transit gateway.
For information about how to set the prefixes, see [Allowed Prefixes] in the *Direct Connect User Guide*.
[1]: docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html#allowed-prefixes
1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1047 class CreateDirectConnectGatewayAssociationRequest < Struct.new( :direct_connect_gateway_id, :gateway_id, :add_allowed_prefixes_to_direct_connect_gateway, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end |
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1047 class CreateDirectConnectGatewayAssociationRequest < Struct.new( :direct_connect_gateway_id, :gateway_id, :add_allowed_prefixes_to_direct_connect_gateway, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The ID of the virtual private gateway or transit gateway.
1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1047 class CreateDirectConnectGatewayAssociationRequest < Struct.new( :direct_connect_gateway_id, :gateway_id, :add_allowed_prefixes_to_direct_connect_gateway, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end |
#virtual_gateway_id ⇒ String
The ID of the virtual private gateway.
1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1047 class CreateDirectConnectGatewayAssociationRequest < Struct.new( :direct_connect_gateway_id, :gateway_id, :add_allowed_prefixes_to_direct_connect_gateway, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end |