Show / Hide Table of Contents

Class CfnPipeline.DeviceRegistryEnrichProperty

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

Inheritance
System.Object
CfnPipeline.DeviceRegistryEnrichProperty
Implements
CfnPipeline.IDeviceRegistryEnrichProperty
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public class DeviceRegistryEnrichProperty : Object, CfnPipeline.IDeviceRegistryEnrichProperty
Syntax (vb)
Public Class DeviceRegistryEnrichProperty
    Inherits Object
    Implements CfnPipeline.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

Constructors

DeviceRegistryEnrichProperty()

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.

Constructors

DeviceRegistryEnrichProperty()

public DeviceRegistryEnrichProperty()

Properties

Attribute

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

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

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

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

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

public string ThingName { get; set; }
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

Implements

CfnPipeline.IDeviceRegistryEnrichProperty
Back to top Generated by DocFX