Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Greengrass = Greengrass' {}
- newGreengrass :: Text -> Greengrass
- greengrass_groupArn :: Lens' Greengrass Text
Documentation
data Greengrass Source #
Contains details for a gateway that runs on IoT Greengrass. To create a gateway that runs on IoT Greengrass, you must add the IoT SiteWise connector to a Greengrass group and deploy it. Your Greengrass group must also have permissions to upload data to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.
See: newGreengrass
smart constructor.
Greengrass' | |
|
Instances
Create a value of Greengrass
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groupArn:Greengrass'
, greengrass_groupArn
- The
ARN
of the Greengrass group. For more information about how to find a
group's ARN, see
ListGroups
and
GetGroup
in the IoT Greengrass API Reference.
greengrass_groupArn :: Lens' Greengrass Text Source #
The ARN of the Greengrass group. For more information about how to find a group's ARN, see ListGroups and GetGroup in the IoT Greengrass API Reference.