Class CfnGateway.GatewayCapabilitySummaryProperty
Contains a summary of a gateway capability configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGateway.GatewayCapabilitySummaryProperty : CfnGateway.IGatewayCapabilitySummaryProperty
Syntax (vb)
Public Class CfnGateway.GatewayCapabilitySummaryProperty Implements 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
Constructors
| GatewayCapabilitySummaryProperty() | Contains a summary of a gateway capability configuration. |
Properties
| CapabilityConfiguration | The JSON document that defines the configuration for the gateway capability. |
| CapabilityNamespace | The namespace of the capability configuration. |
Constructors
GatewayCapabilitySummaryProperty()
Contains a summary of a gateway capability configuration.
public GatewayCapabilitySummaryProperty()
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"
};
Properties
CapabilityConfiguration
The JSON document that defines the configuration for the gateway capability.
public string? CapabilityConfiguration { get; set; }
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.
public string CapabilityNamespace { get; set; }
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 .