Interface CfnGateway.SiemensIEProperty

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

@Stability(Stable) public static interface CfnGateway.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.services.iotsitewise.*;
 SiemensIEProperty siemensIEProperty = SiemensIEProperty.builder()
         .iotCoreThingName("iotCoreThingName")
         .build();
 

See Also: