Interface CfnPipelinePropsMixin.RemoveAttributesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipelinePropsMixin.RemoveAttributesProperty.Jsii$Proxy
- Enclosing class:
CfnPipelinePropsMixin
@Stability(Stable)
public static interface CfnPipelinePropsMixin.RemoveAttributesProperty
extends software.amazon.jsii.JsiiSerializable
An activity that removes attributes from a 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.*;
RemoveAttributesProperty removeAttributesProperty = RemoveAttributesProperty.builder()
.attributes(List.of("attributes"))
.name("name")
.next("next")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipelinePropsMixin.RemoveAttributesPropertystatic final classAn implementation forCfnPipelinePropsMixin.RemoveAttributesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttributes
A list of 1-50 attributes to remove from the message.- See Also:
-
getName
The name of the 'removeAttributes' activity.- See Also:
-
getNext
The next activity in the pipeline.- See Also:
-
builder
-