![]() |
![]()
| ![]() |
![]()
NAMEPaws::SES::EventDestination USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SES::EventDestination object: $service_obj->Method(Att1 => { CloudWatchDestination => $value, ..., SNSDestination => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SES::EventDestination object: $result = $service_obj->Method(...); $result->Att1->CloudWatchDestination DESCRIPTIONContains information about the event destination that the specified email sending events will be published to. When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose or Amazon Simple Notification Service (Amazon SNS). Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html). ATTRIBUTESCloudWatchDestination => Paws::SES::CloudWatchDestinationAn object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination. Enabled => BoolSets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to "true" to enable publishing to this destination; set to "false" to prevent publishing to this destination. The default value is "false". KinesisFirehoseDestination => Paws::SES::KinesisFirehoseDestinationAn object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination. REQUIRED MatchingEventTypes => ArrayRef[Str|Undef]The type of email sending events to publish to the event destination. REQUIRED Name => StrThe name of the event destination. The name must:
SNSDestination => Paws::SES::SNSDestinationAn object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SES BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|