Show / Hide Table of Contents

Class CfnPipeline.SelectAttributesProperty

Creates a new message using only the specified attributes from the original message.

Inheritance
System.Object
CfnPipeline.SelectAttributesProperty
Implements
CfnPipeline.ISelectAttributesProperty
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public class SelectAttributesProperty : Object, CfnPipeline.ISelectAttributesProperty
Syntax (vb)
Public Class SelectAttributesProperty
    Inherits Object
    Implements CfnPipeline.ISelectAttributesProperty
Remarks

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

SelectAttributesProperty selectAttributesProperty = new SelectAttributesProperty {
    Attributes = new [] { "attributes" },
    Name = "name",

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

Synopsis

Constructors

SelectAttributesProperty()

Properties

Attributes

A list of the attributes to select from the message.

Name

The name of the 'selectAttributes' activity.

Next

The next activity in the pipeline.

Constructors

SelectAttributesProperty()

public SelectAttributesProperty()

Properties

Attributes

A list of the attributes to select from the message.

public string[] Attributes { get; set; }
Property Value

System.String[]

Remarks

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

Name

The name of the 'selectAttributes' activity.

public string Name { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-selectattributes.html#cfn-iotanalytics-pipeline-selectattributes-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-selectattributes.html#cfn-iotanalytics-pipeline-selectattributes-next

Implements

CfnPipeline.ISelectAttributesProperty
Back to top Generated by DocFX