1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. dataexchange
  6. EventAction

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    An event action is an AWS Data Exchange resource that automatically exports data set revisions to Amazon S3 when a revision is published.

    Create EventAction Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new EventAction(name: string, args: EventActionArgs, opts?: CustomResourceOptions);
    @overload
    def EventAction(resource_name: str,
                    args: EventActionArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def EventAction(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    action: Optional[EventActionActionArgs] = None,
                    event: Optional[EventActionEventArgs] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewEventAction(ctx *Context, name string, args EventActionArgs, opts ...ResourceOption) (*EventAction, error)
    public EventAction(string name, EventActionArgs args, CustomResourceOptions? opts = null)
    public EventAction(String name, EventActionArgs args)
    public EventAction(String name, EventActionArgs args, CustomResourceOptions options)
    
    type: aws-native:dataexchange:EventAction
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_dataexchange_event_action" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args EventActionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args EventActionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args EventActionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EventActionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EventActionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    EventAction Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The EventAction resource accepts the following input properties:

    Action EventActionActionArgs
    What occurs after a certain event.
    Event EventActionEventArgs
    What occurs to start an action.
    Tags TagArgs
    The tags for the event action.
    action object
    What occurs after a certain event.
    event object
    What occurs to start an action.
    tags list(object)
    The tags for the event action.
    action EventActionAction
    What occurs after a certain event.
    event EventActionEvent
    What occurs to start an action.
    tags List<Tag>
    The tags for the event action.
    action EventActionAction
    What occurs after a certain event.
    event EventActionEvent
    What occurs to start an action.
    tags Tag[]
    The tags for the event action.
    action EventActionActionArgs
    What occurs after a certain event.
    event EventActionEventArgs
    What occurs to start an action.
    tags Sequence[TagArgs]
    The tags for the event action.
    action Property Map
    What occurs after a certain event.
    event Property Map
    What occurs to start an action.
    tags List<Property Map>
    The tags for the event action.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the EventAction resource produces the following output properties:

    Arn string
    The ARN for the event action.
    CreatedAt string
    The date and time that the event action was created, in ISO 8601 format.
    EventActionId string
    The unique identifier for the event action.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    The date and time that the event action was last updated, in ISO 8601 format.
    Arn string
    The ARN for the event action.
    CreatedAt string
    The date and time that the event action was created, in ISO 8601 format.
    EventActionId string
    The unique identifier for the event action.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    The date and time that the event action was last updated, in ISO 8601 format.
    arn string
    The ARN for the event action.
    created_at string
    The date and time that the event action was created, in ISO 8601 format.
    event_action_id string
    The unique identifier for the event action.
    id string
    The provider-assigned unique ID for this managed resource.
    updated_at string
    The date and time that the event action was last updated, in ISO 8601 format.
    arn String
    The ARN for the event action.
    createdAt String
    The date and time that the event action was created, in ISO 8601 format.
    eventActionId String
    The unique identifier for the event action.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The date and time that the event action was last updated, in ISO 8601 format.
    arn string
    The ARN for the event action.
    createdAt string
    The date and time that the event action was created, in ISO 8601 format.
    eventActionId string
    The unique identifier for the event action.
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt string
    The date and time that the event action was last updated, in ISO 8601 format.
    arn str
    The ARN for the event action.
    created_at str
    The date and time that the event action was created, in ISO 8601 format.
    event_action_id str
    The unique identifier for the event action.
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at str
    The date and time that the event action was last updated, in ISO 8601 format.
    arn String
    The ARN for the event action.
    createdAt String
    The date and time that the event action was created, in ISO 8601 format.
    eventActionId String
    The unique identifier for the event action.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The date and time that the event action was last updated, in ISO 8601 format.

    Supporting Types

    EventActionAction, EventActionActionArgs

    What occurs after a certain event.

    EventActionAutoExportRevisionDestinationEntry, EventActionAutoExportRevisionDestinationEntryArgs

    A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.
    Bucket string
    The Amazon S3 bucket that is the destination for the event action.
    KeyPattern string
    A string representing the pattern for generated names of the individual assets in the revision.
    Bucket string
    The Amazon S3 bucket that is the destination for the event action.
    KeyPattern string
    A string representing the pattern for generated names of the individual assets in the revision.
    bucket string
    The Amazon S3 bucket that is the destination for the event action.
    key_pattern string
    A string representing the pattern for generated names of the individual assets in the revision.
    bucket String
    The Amazon S3 bucket that is the destination for the event action.
    keyPattern String
    A string representing the pattern for generated names of the individual assets in the revision.
    bucket string
    The Amazon S3 bucket that is the destination for the event action.
    keyPattern string
    A string representing the pattern for generated names of the individual assets in the revision.
    bucket str
    The Amazon S3 bucket that is the destination for the event action.
    key_pattern str
    A string representing the pattern for generated names of the individual assets in the revision.
    bucket String
    The Amazon S3 bucket that is the destination for the event action.
    keyPattern String
    A string representing the pattern for generated names of the individual assets in the revision.

    EventActionAutoExportRevisionToS3RequestDetails, EventActionAutoExportRevisionToS3RequestDetailsArgs

    Details of the operation to be performed by the job.

    EventActionEvent, EventActionEventArgs

    What occurs to start an action.

    EventActionExportServerSideEncryption, EventActionExportServerSideEncryptionArgs

    Encryption configuration of the export job.
    Type Pulumi.AwsNative.DataExchange.EventActionExportServerSideEncryptionType
    The type of server side encryption used for encrypting the objects in Amazon S3.
    KmsKeyArn string
    The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.
    Type EventActionExportServerSideEncryptionType
    The type of server side encryption used for encrypting the objects in Amazon S3.
    KmsKeyArn string
    The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.
    type "aws:kms" | "AES256"
    The type of server side encryption used for encrypting the objects in Amazon S3.
    kms_key_arn string
    The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.
    type EventActionExportServerSideEncryptionType
    The type of server side encryption used for encrypting the objects in Amazon S3.
    kmsKeyArn String
    The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.
    type EventActionExportServerSideEncryptionType
    The type of server side encryption used for encrypting the objects in Amazon S3.
    kmsKeyArn string
    The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.
    type EventActionExportServerSideEncryptionType
    The type of server side encryption used for encrypting the objects in Amazon S3.
    kms_key_arn str
    The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.
    type "aws:kms" | "AES256"
    The type of server side encryption used for encrypting the objects in Amazon S3.
    kmsKeyArn String
    The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.

    EventActionExportServerSideEncryptionType, EventActionExportServerSideEncryptionTypeArgs

    Awskms
    aws:kms
    Aes256
    AES256
    EventActionExportServerSideEncryptionTypeAwskms
    aws:kms
    EventActionExportServerSideEncryptionTypeAes256
    AES256
    "aws:kms"
    aws:kms
    "AES256"
    AES256
    Awskms
    aws:kms
    Aes256
    AES256
    Awskms
    aws:kms
    Aes256
    AES256
    AWSKMS
    aws:kms
    AES256
    AES256
    "aws:kms"
    aws:kms
    "AES256"
    AES256

    EventActionRevisionPublished, EventActionRevisionPublishedArgs

    Information about the published revision.
    DataSetId string
    The data set ID of the published revision.
    DataSetId string
    The data set ID of the published revision.
    data_set_id string
    The data set ID of the published revision.
    dataSetId String
    The data set ID of the published revision.
    dataSetId string
    The data set ID of the published revision.
    data_set_id str
    The data set ID of the published revision.
    dataSetId String
    The data set ID of the published revision.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial