interface EventProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataExchange.CfnEventAction.EventProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdataexchange#CfnEventAction_EventProperty |
Java | software.amazon.awscdk.services.dataexchange.CfnEventAction.EventProperty |
Python | aws_cdk.aws_dataexchange.CfnEventAction.EventProperty |
TypeScript | aws-cdk-lib » aws_dataexchange » CfnEventAction » EventProperty |
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 { aws_dataexchange as dataexchange } from 'aws-cdk-lib';
const eventProperty: dataexchange.CfnEventAction.EventProperty = {
revisionPublished: {
dataSetId: 'dataSetId',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| revision | IResolvable | Revision | Information about the published revision. |
revisionPublished?
Type:
IResolvable | Revision
(optional)
Information about the published revision.

.NET
Go
Java
Python
TypeScript