Interface CfnGateway.IGreengrassV2Property
Contains details for a gateway that runs on AWS IoT Greengrass V2 .
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGateway.IGreengrassV2Property
Syntax (vb)
Public Interface CfnGateway.IGreengrassV2Property
Remarks
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 .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var greengrassV2Property = new GreengrassV2Property {
CoreDeviceThingName = "coreDeviceThingName",
// the properties below are optional
CoreDeviceOperatingSystem = "coreDeviceOperatingSystem"
};
Synopsis
Properties
| CoreDeviceOperatingSystem | The operating system of the core device in AWS IoT Greengrass V2. |
| CoreDeviceThingName | The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device. |
Properties
CoreDeviceOperatingSystem
The operating system of the core device in AWS IoT Greengrass V2.
string? CoreDeviceOperatingSystem { get; }
Property Value
Remarks
CoreDeviceThingName
The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.
string CoreDeviceThingName { get; }