Class CfnGateway.GreengrassV2Property
Contains details for a gateway that runs on AWS IoT Greengrass V2 .
Inheritance
System.Object
CfnGateway.GreengrassV2Property
Implements
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GreengrassV2Property : Object, CfnGateway.IGreengrassV2Property
Syntax (vb)
Public Class GreengrassV2Property
Inherits Object
Implements 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"
};
Synopsis
Constructors
GreengrassV2Property() |
Properties
CoreDeviceThingName | The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device. |
Constructors
GreengrassV2Property()
public GreengrassV2Property()
Properties
CoreDeviceThingName
The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.
public string CoreDeviceThingName { get; set; }
Property Value
System.String