EventActionReference

class aws_cdk.interfaces.aws_dataexchange.EventActionReference(*, event_action_arn)

Bases: object

A reference to a EventAction resource.

Parameters:

event_action_arn (str) – The Arn of the EventAction resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_dataexchange as interfaces_dataexchange

event_action_reference = interfaces_dataexchange.EventActionReference(
    event_action_arn="eventActionArn"
)

Attributes

event_action_arn

The Arn of the EventAction resource.