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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayPropsMixin.SiemensIEPropertystatic final classAn implementation forCfnGatewayPropsMixin.SiemensIEProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIotCoreThingName
The name of the AWS IoT Thing for your AWS IoT SiteWise Edge gateway.- See Also:
-
builder
-