Interface CfnPipelinePropsMixin.SelectAttributesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipelinePropsMixin.SelectAttributesProperty.Jsii$Proxy
Enclosing class:
CfnPipelinePropsMixin

@Stability(Stable) public static interface CfnPipelinePropsMixin.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.mixins.preview.services.iotanalytics.mixins.*;
 SelectAttributesProperty selectAttributesProperty = SelectAttributesProperty.builder()
         .attributes(List.of("attributes"))
         .name("name")
         .next("next")
         .build();
 

See Also: