Show / Hide Table of Contents

Class CfnPipeline.DeviceRegistryEnrichProperty

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

Inheritance
object
CfnPipeline.DeviceRegistryEnrichProperty
Implements
CfnPipeline.IDeviceRegistryEnrichProperty
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.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPipeline.DeviceRegistryEnrichProperty : CfnPipeline.IDeviceRegistryEnrichProperty
Syntax (vb)
Public Class CfnPipeline.DeviceRegistryEnrichProperty Implements CfnPipeline.IDeviceRegistryEnrichProperty
Remarks

See: 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;

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

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

Synopsis

Constructors

DeviceRegistryEnrichProperty()

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

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()

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

public DeviceRegistryEnrichProperty()
Remarks

See: 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;

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

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

Properties

Attribute

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

public string Attribute { get; set; }
Property Value

string

Remarks

See: 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

string

Remarks

See: 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

string

Remarks

See: 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

string

Remarks

See: 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

string

Remarks

See: 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