Interface AWSAPICallViaCloudTrail.PipelineActivity

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

@Stability(Experimental) public static interface AWSAPICallViaCloudTrail.PipelineActivity extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for PipelineActivity.

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.events.*;
 PipelineActivity pipelineActivity = PipelineActivity.builder()
         .math(MathType.builder()
                 .attribute(List.of("attribute"))
                 .math(List.of("math"))
                 .name(List.of("name"))
                 .build())
         .build();