class Aws::DLM::Types::EventSource

Specifies an event that triggers an event-based policy.

@note When making an API call, you may pass EventSource

data as a hash:

    {
      type: "MANAGED_CWE", # required, accepts MANAGED_CWE
      parameters: {
        event_type: "shareSnapshot", # required, accepts shareSnapshot
        snapshot_owner: ["AwsAccountId"], # required
        description_regex: "DescriptionRegex", # required
      },
    }

@!attribute [rw] type

The source of the event. Currently only managed CloudWatch Events
rules are supported.
@return [String]

@!attribute [rw] parameters

Information about the event.
@return [Types::EventParameters]

@see docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/EventSource AWS API Documentation

Constants

SENSITIVE