class Aws::DirectConnect::Types::NewBGPPeer

Information about a new BGP peer.

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

data as a hash:

    {
      asn: 1,
      auth_key: "BGPAuthKey",
      address_family: "ipv4", # accepts ipv4, ipv6
      amazon_address: "AmazonAddress",
      customer_address: "CustomerAddress",
    }

@!attribute [rw] asn

The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
@return [Integer]

@!attribute [rw] auth_key

The authentication key for BGP configuration. This string has a
minimum length of 6 characters and and a maximun lenth of 80
characters.
@return [String]

@!attribute [rw] address_family

The address family for the BGP peer.
@return [String]

@!attribute [rw] amazon_address

The IP address assigned to the Amazon interface.
@return [String]

@!attribute [rw] customer_address

The IP address assigned to the customer interface.
@return [String]

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

Constants

SENSITIVE