class Aws::SESV2::Types::UpdateConfigurationSetEventDestinationRequest

A request to change the settings for an event destination for a configuration set.

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

data as a hash:

    {
      configuration_set_name: "ConfigurationSetName", # required
      event_destination_name: "EventDestinationName", # required
      event_destination: { # required
        enabled: false,
        matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY, SUBSCRIPTION
        kinesis_firehose_destination: {
          iam_role_arn: "AmazonResourceName", # required
          delivery_stream_arn: "AmazonResourceName", # required
        },
        cloud_watch_destination: {
          dimension_configurations: [ # required
            {
              dimension_name: "DimensionName", # required
              dimension_value_source: "MESSAGE_TAG", # required, accepts MESSAGE_TAG, EMAIL_HEADER, LINK_TAG
              default_dimension_value: "DefaultDimensionValue", # required
            },
          ],
        },
        sns_destination: {
          topic_arn: "AmazonResourceName", # required
        },
        pinpoint_destination: {
          application_arn: "AmazonResourceName",
        },
      },
    }

@!attribute [rw] configuration_set_name

The name of the configuration set that contains the event
destination that you want to modify.
@return [String]

@!attribute [rw] event_destination_name

The name of the event destination that you want to modify.
@return [String]

@!attribute [rw] event_destination

An object that defines the event destination.
@return [Types::EventDestinationDefinition]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/UpdateConfigurationSetEventDestinationRequest AWS API Documentation

Constants

SENSITIVE