interface SiemensIEProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise.CfnGatewayPropsMixin.SiemensIEProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotsitewise#CfnGatewayPropsMixin_SiemensIEProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnGatewayPropsMixin.SiemensIEProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotsitewise.CfnGatewayPropsMixin.SiemensIEProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotsitewise » 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 { aws_iotsitewise as iotsitewise } from '@aws-cdk/cfn-property-mixins';
const siemensIEProperty: iotsitewise.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