Interface CfnGatewayPropsMixin.GatewayCapabilitySummaryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayPropsMixin.GatewayCapabilitySummaryProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayPropsMixin
@Stability(Stable)
public static interface CfnGatewayPropsMixin.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.cfnpropertymixins.services.iotsitewise.*;
GatewayCapabilitySummaryProperty gatewayCapabilitySummaryProperty = GatewayCapabilitySummaryProperty.builder()
.capabilityConfiguration("capabilityConfiguration")
.capabilityNamespace("capabilityNamespace")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayPropsMixin.GatewayCapabilitySummaryPropertystatic final classAn implementation forCfnGatewayPropsMixin.GatewayCapabilitySummaryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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:
-
getCapabilityNamespace
The namespace of the capability configuration.For example, if you configure OPC UA sources for an MQTT-enabled gateway, your OPC-UA capability configuration has the namespace
iotsitewise:opcuacollector:3.- See Also:
-
builder
-