Interface CfnPipeline.SelectAttributesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipeline.SelectAttributesProperty.Jsii$Proxy
- Enclosing class:
CfnPipeline
@Stability(Stable)
public static interface CfnPipeline.SelectAttributesProperty
extends software.amazon.jsii.JsiiSerializable
Creates a new message using only the specified attributes from the original message.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotanalytics.*;
SelectAttributesProperty selectAttributesProperty = SelectAttributesProperty.builder()
.attributes(List.of("attributes"))
.name("name")
// the properties below are optional
.next("next")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipeline.SelectAttributesPropertystatic final classAn implementation forCfnPipeline.SelectAttributesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttributes
A list of the attributes to select from the message.- See Also:
-
getName
The name of the 'selectAttributes' activity.- See Also:
-
getNext
The next activity in the pipeline.- See Also:
-
builder
-