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 IGreengrassV2Property
Syntax (vb)
Public Interface 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"
};
Synopsis
Properties
CoreDeviceThingName | The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device. |
Properties
CoreDeviceThingName
The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.
string CoreDeviceThingName { get; }
Property Value
System.String