Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-gatewaycapabilitysummary.html

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

string

Remarks

For more information, see Configuring data sources (CLI) in the AWS IoT SiteWise User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-gatewaycapabilitysummary.html#cfn-iotsitewise-gateway-gatewaycapabilitysummary-capabilityconfiguration

CapabilityNamespace

The namespace of the capability configuration.

string CapabilityNamespace { get; }
Property Value

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-gatewaycapabilitysummary.html#cfn-iotsitewise-gateway-gatewaycapabilitysummary-capabilitynamespace

Back to top Generated by DocFX