class Aws::DirectConnect::Types::CreateBGPPeerRequest

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

data as a hash:

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

@!attribute [rw] virtual_interface_id

The ID of the virtual interface.
@return [String]

@!attribute [rw] new_bgp_peer

Information about the BGP peer.
@return [Types::NewBGPPeer]

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

Constants

SENSITIVE