Interface CfnGatewayPropsMixin.GreengrassV2Property
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayPropsMixin.GreengrassV2Property.Jsii$Proxy
- Enclosing class:
CfnGatewayPropsMixin
@Stability(Stable)
public static interface CfnGatewayPropsMixin.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.mixins.preview.services.iotsitewise.mixins.*;
GreengrassV2Property greengrassV2Property = GreengrassV2Property.builder()
.coreDeviceOperatingSystem("coreDeviceOperatingSystem")
.coreDeviceThingName("coreDeviceThingName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayPropsMixin.GreengrassV2Propertystatic final classAn implementation forCfnGatewayPropsMixin.GreengrassV2Property -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCoreDeviceOperatingSystem
The operating system of the core device in AWS IoT Greengrass V2.- See Also:
-
getCoreDeviceThingName
The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.- See Also:
-
builder
-