@Stability(value=Stable)
public static interface CfnGateway.GreengrassProperty
extends software.amazon.jsii.JsiiSerializable
To create a gateway that runs on AWS 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 AWS IoT SiteWise . For more information, see Ingesting data using a gateway in the AWS IoT SiteWise User Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotsitewise.*;
GreengrassProperty greengrassProperty = GreengrassProperty.builder()
.groupArn("groupArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGateway.GreengrassProperty.Builder
A builder for
CfnGateway.GreengrassProperty |
static class |
CfnGateway.GreengrassProperty.Jsii$Proxy
An implementation for
CfnGateway.GreengrassProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGateway.GreengrassProperty.Builder |
builder() |
String |
getGroupArn()
The [ARN](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the Greengrass group.
|
@Stability(value=Stable) @NotNull String getGroupArn()
@Stability(value=Stable) static CfnGateway.GreengrassProperty.Builder builder()
Copyright © 2022. All rights reserved.