Gateway Capability Summary Args
data class GatewayCapabilitySummaryArgs(val capabilityConfiguration: Output<String>? = null, val capabilityNamespace: Output<String>) : ConvertibleToJava<GatewayCapabilitySummaryArgs>
Contains a summary of a gateway capability configuration.
Properties
Link copied to clipboard
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 .
Link copied to clipboard
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
, where version
is a number such as 1
.