Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-siemensie.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-siemensie.html#cfn-iotsitewise-gateway-siemensie-iotcorethingname

Back to top Generated by DocFX