Interface CfnGateway.ISiemensIEProperty
Contains details for a AWS IoT SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGateway.ISiemensIEProperty
Syntax (vb)
Public Interface CfnGateway.ISiemensIEProperty
Remarks
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 siemensIEProperty = new SiemensIEProperty {
IotCoreThingName = "iotCoreThingName"
};
Synopsis
Properties
| IotCoreThingName | The name of the AWS IoT Thing for your AWS IoT SiteWise Edge gateway. |
Properties
IotCoreThingName
The name of the AWS IoT Thing for your AWS IoT SiteWise Edge gateway.
string IotCoreThingName { get; }