Show / Hide Table of Contents

Class CfnGateway.GatewayCapabilitySummaryProperty

Contains a summary of a gateway capability configuration.

Inheritance
object
CfnGateway.GatewayCapabilitySummaryProperty
Implements
CfnGateway.IGatewayCapabilitySummaryProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

CapabilityConfiguration

The JSON document that defines the configuration for the gateway capability.

public string? CapabilityConfiguration { get; set; }
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.

public string CapabilityNamespace { get; set; }
Property Value

string

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 .

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

Implements

CfnGateway.IGatewayCapabilitySummaryProperty
Back to top Generated by DocFX