/AWS1/CL_SE2KINESISFIREHOSEDST¶
An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_iamrolearn
TYPE /AWS1/SE2AMAZONRESOURCENAME
/AWS1/SE2AMAZONRESOURCENAME
¶
The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.
iv_deliverystreamarn
TYPE /AWS1/SE2AMAZONRESOURCENAME
/AWS1/SE2AMAZONRESOURCENAME
¶
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.
Queryable Attributes¶
IamRoleArn¶
The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IAMROLEARN() |
Getter for IAMROLEARN, with configurable default |
ASK_IAMROLEARN() |
Getter for IAMROLEARN w/ exceptions if field has no value |
HAS_IAMROLEARN() |
Determine if IAMROLEARN has a value |
DeliveryStreamArn¶
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DELIVERYSTREAMARN() |
Getter for DELIVERYSTREAMARN, with configurable default |
ASK_DELIVERYSTREAMARN() |
Getter for DELIVERYSTREAMARN w/ exceptions if field has no v |
HAS_DELIVERYSTREAMARN() |
Determine if DELIVERYSTREAMARN has a value |