Struct rusoto_ses::CreateConfigurationSetEventDestinationRequest [] [src]

pub struct CreateConfigurationSetEventDestinationRequest {
    pub configuration_set_name: String,
    pub event_destination: EventDestination,
}

Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

Fields

The name of the configuration set to which to apply the event destination.

An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

Trait Implementations

impl Default for CreateConfigurationSetEventDestinationRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateConfigurationSetEventDestinationRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateConfigurationSetEventDestinationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations