Class: Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_allowed_prefixes_to_direct_connect_gatewayArray<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.

Returns:



1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-directconnect/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_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-directconnect/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_idString

The ID of the virtual private gateway or transit gateway.

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-directconnect/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_idString

The ID of the virtual private gateway.

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-directconnect/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