@Stability(value=Stable)
public static interface CfnGateway.GreengrassV2Property
extends software.amazon.jsii.JsiiSerializable
To create a gateway that runs on AWS 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 AWS IoT SiteWise at the edge 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.*;
GreengrassV2Property greengrassV2Property = GreengrassV2Property.builder()
.coreDeviceThingName("coreDeviceThingName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGateway.GreengrassV2Property.Builder
A builder for
CfnGateway.GreengrassV2Property |
static class |
CfnGateway.GreengrassV2Property.Jsii$Proxy
An implementation for
CfnGateway.GreengrassV2Property |
| Modifier and Type | Method and Description |
|---|---|
static CfnGateway.GreengrassV2Property.Builder |
builder() |
String |
getCoreDeviceThingName()
The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.
|
@Stability(value=Stable) @NotNull String getCoreDeviceThingName()
@Stability(value=Stable) static CfnGateway.GreengrassV2Property.Builder builder()
Copyright © 2022. All rights reserved.