CreateInterconnectRequest
public struct CreateInterconnectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The port bandwidth, in Gbps. The possible values are 1 and 10.
Declaration
Swift
public let bandwidth: String -
The name of the interconnect.
Declaration
Swift
public let interconnectName: String -
The ID of the LAG.
Declaration
Swift
public let lagId: String? -
The location of the interconnect.
Declaration
Swift
public let location: String -
The name of the service provider associated with the interconnect.
Declaration
Swift
public let providerName: String? -
The tags to associate with the interconnect.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(bandwidth: String, interconnectName: String, lagId: String? = nil, location: String, providerName: String? = nil, tags: [Tag]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateInterconnectRequest Structure Reference