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 IGatewayCapabilitySummaryProperty
Syntax (vb)
Public Interface 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.
virtual string CapabilityConfiguration { get; }
Property Value
System.String
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
System.String
Remarks
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
.