AWSSESKinesisFirehoseDestination
Objective-C
@interface AWSSESKinesisFirehoseDestination
Swift
class AWSSESKinesisFirehoseDestination
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.
Required parameters: [IAMRoleARN, DeliveryStreamARN]
-
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deliveryStreamARN;
Swift
var deliveryStreamARN: String? { get set }
-
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable IAMRoleARN;
Swift
var iamRoleARN: String? { get set }