Interface CfnEventAction.EventProperty

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

@Stability(Stable) public static interface CfnEventAction.EventProperty extends software.amazon.jsii.JsiiSerializable
What occurs to start an action.

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.dataexchange.*;
 EventProperty eventProperty = EventProperty.builder()
         .revisionPublished(RevisionPublishedProperty.builder()
                 .dataSetId("dataSetId")
                 .build())
         .build();
 

See Also: