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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventAction.RevisionPublishedPropertystatic final classAn implementation forCfnEventAction.RevisionPublishedProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetId
The data set ID of the published revision.- See Also:
-
builder
-