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