Interface CfnEventAction.RevisionPublishedProperty

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

@Stability(Stable) public static interface CfnEventAction.RevisionPublishedProperty extends software.amazon.jsii.JsiiSerializable
Information about the published revision.

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.*;
 RevisionPublishedProperty revisionPublishedProperty = RevisionPublishedProperty.builder()
         .dataSetId("dataSetId")
         .build();
 

See Also: