KinesisFirehoseDestination class
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.
Constructors
- KinesisFirehoseDestination({required String deliveryStreamARN, required String iAMRoleARN})
- KinesisFirehoseDestination.fromXml(XmlElement elem)
-
factory
Properties
- deliveryStreamARN → String
-
The ARN of the Amazon Kinesis Firehose stream that email sending events
should be published to.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iAMRoleARN → String
-
The ARN of the IAM role under which Amazon SES publishes email sending
events to the Amazon Kinesis Firehose stream.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited