Interface CfnGateway.IGatewayCapabilitySummaryProperty
Contains a summary of a gateway capability configuration.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGateway.IGatewayCapabilitySummaryProperty
Syntax (vb)
Public Interface CfnGateway.IGatewayCapabilitySummaryProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var gatewayCapabilitySummaryProperty = new GatewayCapabilitySummaryProperty {
CapabilityNamespace = "capabilityNamespace",
// the properties below are optional
CapabilityConfiguration = "capabilityConfiguration"
};
Synopsis
Properties
| CapabilityConfiguration | The JSON document that defines the configuration for the gateway capability. |
| CapabilityNamespace | The namespace of the capability configuration. |
Properties
CapabilityConfiguration
The JSON document that defines the configuration for the gateway capability.
string? CapabilityConfiguration { get; }
Property Value
Remarks
For more information, see Configuring data sources (CLI) in the AWS IoT SiteWise User Guide .
CapabilityNamespace
The namespace of the capability configuration.
string CapabilityNamespace { get; }
Property Value
Remarks
For example, if you configure OPC UA sources for an MQTT-enabled gateway, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:3 .