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();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGateway.GreengrassV2Propertystatic final classAn implementation forCfnGateway.GreengrassV2Property
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.Methods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getCoreDeviceThingNameThe name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.
- 
builder
 
-