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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventAction.EventPropertystatic final classAn implementation forCfnEventAction.EventProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRevisionPublished
Information about the published revision.Returns union: either
IResolvableorCfnEventAction.RevisionPublishedProperty- See Also:
-
builder
-