class Aws::DirectConnect::Types::CreateDirectConnectGatewayRequest

@note When making an API call, you may pass CreateDirectConnectGatewayRequest

data as a hash:

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

@!attribute [rw] direct_connect_gateway_name

The name of the Direct Connect gateway.
@return [String]

@!attribute [rw] amazon_side_asn

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayRequest AWS API Documentation

Constants

SENSITIVE