Interface CfnGateway.GreengrassV2Property

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGateway.GreengrassV2Property.Jsii$Proxy
Enclosing class:
CfnGateway

@Stability(Stable) public static interface CfnGateway.GreengrassV2Property extends software.amazon.jsii.JsiiSerializable
Contains details for a gateway that runs on AWS IoT Greengrass V2.

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();