NewBGPPeer
public struct NewBGPPeer : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The address family for the BGP peer.
Declaration
Swift
public let addressFamily: AddressFamily?
-
The IP address assigned to the Amazon interface.
Declaration
Swift
public let amazonAddress: String?
-
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
Declaration
Swift
public let asn: Int?
-
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
Declaration
Swift
public let authKey: String?
-
The IP address assigned to the customer interface.
Declaration
Swift
public let customerAddress: String?
-
Undocumented
Declaration
Swift
public init(addressFamily: AddressFamily? = nil, amazonAddress: String? = nil, asn: Int? = nil, authKey: String? = nil, customerAddress: String? = nil)