interface RevisionPublishedProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataExchange.CfnEventAction.RevisionPublishedProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdataexchange#CfnEventAction_RevisionPublishedProperty |
Java | software.amazon.awscdk.services.dataexchange.CfnEventAction.RevisionPublishedProperty |
Python | aws_cdk.aws_dataexchange.CfnEventAction.RevisionPublishedProperty |
TypeScript | aws-cdk-lib » aws_dataexchange » CfnEventAction » RevisionPublishedProperty |
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 { aws_dataexchange as dataexchange } from 'aws-cdk-lib';
const revisionPublishedProperty: dataexchange.CfnEventAction.RevisionPublishedProperty = {
dataSetId: 'dataSetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| data | string | The data set ID of the published revision. |
dataSetId
Type:
string
The data set ID of the published revision.

.NET
Go
Java
Python
TypeScript