interface EventActionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DataExchange.EventActionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdataexchange#EventActionReference |
Java | software.amazon.awscdk.interfaces.dataexchange.EventActionReference |
Python | aws_cdk.interfaces.aws_dataexchange.EventActionReference |
TypeScript | aws-cdk-lib » interfaces » aws_dataexchange » EventActionReference |
A reference to a EventAction resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dataexchange as interfaces_dataexchange } from 'aws-cdk-lib/interfaces';
const eventActionReference: interfaces_dataexchange.EventActionReference = {
eventActionArn: 'eventActionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| event | string | The Arn of the EventAction resource. |
eventActionArn
Type:
string
The Arn of the EventAction resource.

.NET
Go
Java
Python
TypeScript