CreateConnectionRequest

public struct CreateConnectionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The bandwidth of the connection.

    Declaration

    Swift

    public let bandwidth: String
  • The name of the connection.

    Declaration

    Swift

    public let connectionName: String
  • The ID of the LAG.

    Declaration

    Swift

    public let lagId: String?
  • The location of the connection.

    Declaration

    Swift

    public let location: String
  • The name of the service provider associated with the requested connection.

    Declaration

    Swift

    public let providerName: String?
  • The tags to associate with the lag.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(bandwidth: String, connectionName: String, lagId: String? = nil, location: String, providerName: String? = nil, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws