Interface CfnPipelinePropsMixin.AddAttributesProperty

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

@Stability(Stable) public static interface CfnPipelinePropsMixin.AddAttributesProperty extends software.amazon.jsii.JsiiSerializable
An activity that adds other attributes based on existing attributes in the 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.cfnpropertymixins.services.iotanalytics.*;
 AddAttributesProperty addAttributesProperty = AddAttributesProperty.builder()
         .attributes(Map.of(
                 "attributesKey", "attributes"))
         .name("name")
         .next("next")
         .build();
 

See Also: