You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::CreateDirectConnectGatewayRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateDirectConnectGatewayRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  direct_connect_gateway_name: "DirectConnectGatewayName", # required
  amazon_side_asn: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_side_asnInteger

The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured on the Amazon side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294. The default is 64512.

Returns:

  • (Integer)

    The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured on the Amazon side of the connection.

#direct_connect_gateway_nameString

The name of the Direct Connect gateway.

Returns:

  • (String)

    The name of the Direct Connect gateway.