GatewayCapabilitySummaryArgs

data class GatewayCapabilitySummaryArgs(val capabilityConfiguration: Output<String>? = null, val capabilityNamespace: Output<String>) : ConvertibleToJava<GatewayCapabilitySummaryArgs>

Contains a summary of a gateway capability configuration.

Constructors

Link copied to clipboard
constructor(capabilityConfiguration: Output<String>? = null, capabilityNamespace: Output<String>)

Properties

Link copied to clipboard
val capabilityConfiguration: Output<String>? = null

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 .

Functions

Link copied to clipboard
open override fun toJava(): GatewayCapabilitySummaryArgs