interface SiemensIEProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoTSiteWise.CfnGateway.SiemensIEProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnGateway_SiemensIEProperty |
Java | software.amazon.awscdk.services.iotsitewise.CfnGateway.SiemensIEProperty |
Python | aws_cdk.aws_iotsitewise.CfnGateway.SiemensIEProperty |
TypeScript | aws-cdk-lib » aws_iotsitewise » CfnGateway » SiemensIEProperty |
Contains details for a AWS IoT SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const siemensIEProperty: iotsitewise.CfnGateway.SiemensIEProperty = {
iotCoreThingName: 'iotCoreThingName',
};
Properties
Name | Type | Description |
---|---|---|
iot | string | The name of the AWS IoT Thing for your AWS IoT SiteWise Edge gateway. |
iotCoreThingName
Type:
string
The name of the AWS IoT Thing for your AWS IoT SiteWise Edge gateway.