Class: Aws::IoTSecureTunneling::Types::DestinationConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb

Overview

The destination configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#servicesArray<String>

A list of service names that identify the target application. The 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 IoT client instantiates the local proxy, which uses this information to connect to the destination application.

Returns:

  • (Array<String>)


83
84
85
86
87
88
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 83

class DestinationConfig < Struct.new(
  :thing_name,
  :services)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

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

Returns:

  • (String)


83
84
85
86
87
88
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 83

class DestinationConfig < Struct.new(
  :thing_name,
  :services)
  SENSITIVE = []
  include Aws::Structure
end