Interface CfnGateway.GatewayCapabilitySummaryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGateway.GatewayCapabilitySummaryProperty.Jsii$Proxy
- Enclosing class:
CfnGateway
@Stability(Stable)
public static interface CfnGateway.GatewayCapabilitySummaryProperty
extends software.amazon.jsii.JsiiSerializable
Contains a summary of a gateway capability configuration.
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.*; GatewayCapabilitySummaryProperty gatewayCapabilitySummaryProperty = GatewayCapabilitySummaryProperty.builder() .capabilityNamespace("capabilityNamespace") // the properties below are optional .capabilityConfiguration("capabilityConfiguration") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGateway.GatewayCapabilitySummaryProperty
static final class
An implementation forCfnGateway.GatewayCapabilitySummaryProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCapabilityNamespace
The namespace of the capability configuration.For example, if you configure OPC-UA sources from the AWS IoT SiteWise console, your OPC-UA capability configuration has the namespace
iotsitewise:opcuacollector:version
, whereversion
is a number such as1
.- See Also:
-
getCapabilityConfiguration
The JSON document that defines the configuration for the gateway capability.For more information, see Configuring data sources (CLI) in the AWS IoT SiteWise User Guide .
- See Also:
-
builder
-