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)


3640
3641
3642
3643
3644
3645
3646
3647
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3640

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.



3640
3641
3642
3643
3644
3645
3646
3647
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3640

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 not specified, the default is `2` (Classic streams, V2 gateway).

<note markdown=“1”> When creating a V3 gateway (‘gatewayVersion=3`) with the `GreengrassV2` platform, you must also specify the `coreDeviceOperatingSystem` parameter.

</note>

We recommend creating an MQTT-enabled gateway for self-hosted gateways and Siemens Industrial Edge gateways. For more information on gateway versions, see [Use Amazon Web Services IoT SiteWise Edge Edge gateways].

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

Returns:

  • (String)


3640
3641
3642
3643
3644
3645
3646
3647
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3640

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>)


3640
3641
3642
3643
3644
3645
3646
3647
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3640

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