NAME
Paws::SES::KinesisFirehoseDestination
USAGE
This 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::KinesisFirehoseDestination object:
$service_obj->Method(Att1 => { DeliveryStreamARN => $value, ..., IAMRoleARN => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SES::KinesisFirehoseDestination object:
$result = $service_obj->Method(...);
$result->Att1->DeliveryStreamARN
DESCRIPTION
Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.
Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).
ATTRIBUTES
REQUIRED DeliveryStreamARN => Str
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
REQUIRED IAMRoleARN => Str
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SES
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues