AllocateConnectionOnInterconnectRequest

public struct AllocateConnectionOnInterconnectRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those AWS Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.

    Declaration

    Swift

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

    Declaration

    Swift

    public let connectionName: String
  • The ID of the interconnect on which the connection will be provisioned.

    Declaration

    Swift

    public let interconnectId: String
  • The ID of the AWS account of the customer for whom the connection will be provisioned.

    Declaration

    Swift

    public let ownerAccount: String
  • The dedicated VLAN provisioned to the connection.

    Declaration

    Swift

    public let vlan: Int
  • Undocumented

    Declaration

    Swift

    public init(bandwidth: String, connectionName: String, interconnectId: String, ownerAccount: String, vlan: Int)