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 ISiemensIEProperty
Syntax (vb)
Public Interface 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; }
Property Value
System.String