class Aws::IoTSiteWise::Types::CreateGatewayRequest

@note When making an API call, you may pass CreateGatewayRequest

data as a hash:

    {
      gateway_name: "Name", # required
      gateway_platform: { # required
        greengrass: {
          group_arn: "ARN", # required
        },
        greengrass_v2: {
          core_device_thing_name: "CoreDeviceThingName", # required
        },
      },
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] gateway_name

A unique, friendly name for the gateway.
@return [String]

@!attribute [rw] gateway_platform

The gateway's platform. You can only specify one platform in a
gateway.
@return [Types::GatewayPlatform]

@!attribute [rw] tags

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

[1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html
@return [Hash<String,String>]

Constants

SENSITIVE