Class: Aws::IoTSiteWise::Types::CreateGatewayRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_nameString

A unique name for the gateway.

Returns:

  • (String)


3261
3262
3263
3264
3265
3266
3267
3268
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3261

class CreateGatewayRequest < Struct.new(
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_platformTypes::GatewayPlatform

The gateway’s platform. You can only specify one platform in a gateway.



3261
3262
3263
3264
3265
3266
3267
3268
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3261

class CreateGatewayRequest < Struct.new(
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_versionString

The version of the gateway to create. Specify ‘3` to create an MQTT-enabled, V3 gateway and `2` To create a Classic streams, V2 gateway. If the version isn’t specified, a Classic streams, V2 gateway is created by default.

We recommend creating an MQTT-enabled, V3 gateway for self-hosted gateways. SiteWise Edge gateways on Siemens Industrial Edge should use gateway version ‘2`. For more information on gateway versions, see [ Self-host a SiteWise Edge gateway with IoT Greengrass V2].

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/gw-self-host-gg2.html

Returns:

  • (String)


3261
3262
3263
3264
3265
3266
3267
3268
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3261

class CreateGatewayRequest < Struct.new(
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pairs that contain metadata for the gateway. For more information, see [Tagging your IoT SiteWise resources] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html

Returns:

  • (Hash<String,String>)


3261
3262
3263
3264
3265
3266
3267
3268
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3261

class CreateGatewayRequest < Struct.new(
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end