interface SiemensIEProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTSiteWise.Mixins.CfnGatewayPropsMixin.SiemensIEProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotsitewise/mixins#CfnGatewayPropsMixin_SiemensIEProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotsitewise.mixins.CfnGatewayPropsMixin.SiemensIEProperty |
Python | aws_cdk.mixins_preview.aws_iotsitewise.mixins.CfnGatewayPropsMixin.SiemensIEProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotsitewise » mixins » CfnGatewayPropsMixin » 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 { mixins as iotsitewise_mixins } from '@aws-cdk/mixins-preview/aws-iotsitewise';
const siemensIEProperty: iotsitewise_mixins.CfnGatewayPropsMixin.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
(optional)
The name of the AWS IoT Thing for your AWS IoT SiteWise Edge gateway.

.NET
Go
Java
Python
TypeScript