Class: Aws::IoTSiteWise::Types::GreengrassV2

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

Overview

Contains details for a gateway that runs on IoT Greengrass V2. To create a gateway that runs on IoT Greengrass V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your [Greengrass device role] must use the ‘AWSIoTSiteWiseEdgeAccess` policy. For more information, see [Using IoT SiteWise at the edge] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/greengrass/v2/developerguide/device-service-role.html [2]: docs.aws.amazon.com/iot-sitewise/latest/userguide/sw-gateways.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_device_thing_nameString

The name of the IoT thing for your IoT Greengrass V2 core device.

Returns:

  • (String)


5932
5933
5934
5935
5936
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5932

class GreengrassV2 < Struct.new(
  :core_device_thing_name)
  SENSITIVE = []
  include Aws::Structure
end