NewPublicVirtualInterface
public struct NewPublicVirtualInterface : 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. The valid values are 1-2147483647.
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?
-
The routes to be advertised to the AWS network in this Region. Applies to public virtual interfaces.
Declaration
Swift
public let routeFilterPrefixes: [RouteFilterPrefix]?
-
The tags associated with the public virtual interface.
Declaration
Swift
public let tags: [Tag]?
-
The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).
Declaration
Swift
public let virtualInterfaceName: String
-
The ID of the VLAN.
Declaration
Swift
public let vlan: Int
-
init(addressFamily:amazonAddress:asn:authKey:customerAddress:routeFilterPrefixes:tags:virtualInterfaceName:vlan:)
Undocumented
Declaration
Swift
public init(addressFamily: AddressFamily? = nil, amazonAddress: String? = nil, asn: Int, authKey: String? = nil, customerAddress: String? = nil, routeFilterPrefixes: [RouteFilterPrefix]? = nil, tags: [Tag]? = nil, virtualInterfaceName: String, vlan: Int)
-
Declaration
Swift
public func validate(name: String) throws