DestinationConfig - AWS IoT

DestinationConfig

The destination configuration. You can not use DestinationConfig with source clientMode.

Contents

services

A list of service names that identify the target application. 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.

Type: Array of strings

Array Members: Minimum number of 1 item.

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z0-9:_-]+

Required: Yes

thingName

The name of the IoT thing to which you want to connect.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z0-9:_-]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: