Show / Hide Table of Contents

Interface CfnPipeline.IDeviceRegistryEnrichProperty

An activity that adds data from the AWS IoT device registry to your message.

Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public interface IDeviceRegistryEnrichProperty
Syntax (vb)
Public Interface IDeviceRegistryEnrichProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-deviceregistryenrich.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.IoTAnalytics;

DeviceRegistryEnrichProperty deviceRegistryEnrichProperty = new DeviceRegistryEnrichProperty {
    Attribute = "attribute",
    Name = "name",
    RoleArn = "roleArn",
    ThingName = "thingName",

    // the properties below are optional
    Next = "next"
};

Synopsis

Properties

Attribute

The name of the attribute that is added to the message.

Name

The name of the 'deviceRegistryEnrich' activity.

Next

The next activity in the pipeline.

RoleArn

The ARN of the role that allows access to the device's registry information.

ThingName

The name of the IoT device whose registry information is added to the message.

Properties

Attribute

The name of the attribute that is added to the message.

string Attribute { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-deviceregistryenrich.html#cfn-iotanalytics-pipeline-deviceregistryenrich-attribute

Name

The name of the 'deviceRegistryEnrich' activity.

string Name { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-deviceregistryenrich.html#cfn-iotanalytics-pipeline-deviceregistryenrich-name

Next

The next activity in the pipeline.

virtual string Next { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-deviceregistryenrich.html#cfn-iotanalytics-pipeline-deviceregistryenrich-next

RoleArn

The ARN of the role that allows access to the device's registry information.

string RoleArn { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-deviceregistryenrich.html#cfn-iotanalytics-pipeline-deviceregistryenrich-rolearn

ThingName

The name of the IoT device whose registry information is added to the message.

string ThingName { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-deviceregistryenrich.html#cfn-iotanalytics-pipeline-deviceregistryenrich-thingname

Back to top Generated by DocFX