public static final class CfnGateway.GatewayCapabilitySummaryProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGateway.GatewayCapabilitySummaryProperty
CfnGateway.GatewayCapabilitySummaryProperty
CfnGateway.GatewayCapabilitySummaryProperty.Builder, CfnGateway.GatewayCapabilitySummaryProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCapabilityConfiguration()
The JSON document that defines the configuration for the gateway capability.
|
java.lang.String |
getCapabilityNamespace()
The namespace of the capability configuration.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getCapabilityNamespace()
CfnGateway.GatewayCapabilitySummaryProperty
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
.
The maximum length is 512 characters with the pattern ^[a-zA-Z]+:[a-zA-Z]+:[0-9]+$
.
getCapabilityNamespace
in interface CfnGateway.GatewayCapabilitySummaryProperty
public final java.lang.String getCapabilityConfiguration()
CfnGateway.GatewayCapabilitySummaryProperty
For more information, see Configuring data sources (CLI) in the AWS IoT SiteWise User Guide .
getCapabilityConfiguration
in interface CfnGateway.GatewayCapabilitySummaryProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()