Interface CfnEventActionPropsMixin.RevisionPublishedProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventActionPropsMixin.RevisionPublishedProperty.Jsii$Proxy
- Enclosing class:
CfnEventActionPropsMixin
@Stability(Stable)
public static interface CfnEventActionPropsMixin.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.cfnpropertymixins.services.dataexchange.*;
RevisionPublishedProperty revisionPublishedProperty = RevisionPublishedProperty.builder()
.dataSetId("dataSetId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventActionPropsMixin.RevisionPublishedPropertystatic final classAn implementation forCfnEventActionPropsMixin.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
-