Interface CfnGatewayPropsMixin.SiemensIEProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGatewayPropsMixin.SiemensIEProperty.Jsii$Proxy
Enclosing class:
CfnGatewayPropsMixin

@Stability(Stable) public static interface CfnGatewayPropsMixin.SiemensIEProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.mixins.preview.services.iotsitewise.mixins.*;
 SiemensIEProperty siemensIEProperty = SiemensIEProperty.builder()
         .iotCoreThingName("iotCoreThingName")
         .build();
 

See Also: