DestinationConfig

public struct DestinationConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of service names that identity the target application. Currently, you can only specify a single name. The AWS IoT client running on the destination device reads this value and uses it to look up a port or an IP address and a port. The AWS IoT client instantiates the local proxy which uses this information to connect to the destination application.

    Declaration

    Swift

    public let services: [String]
  • The name of the IoT thing to which you want to connect.

    Declaration

    Swift

    public let thingName: String
  • Undocumented

    Declaration

    Swift

    public init(services: [String], thingName: String)
  • Declaration

    Swift

    public func validate(name: String) throws