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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGateway.SiemensIEProperty
static final class
An implementation forCfnGateway.SiemensIEProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the AWS IoT Thing for your AWS IoT SiteWise Edge gateway.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
-