/AWS1/CL_PPSKINESISFIREHOSEDST¶
An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_deliverystreamarn
TYPE /AWS1/PPSSTRING
/AWS1/PPSSTRING
¶
The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.
iv_iamrolearn
TYPE /AWS1/PPSSTRING
/AWS1/PPSSTRING
¶
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.
Queryable Attributes¶
DeliveryStreamArn¶
The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.
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 |
IamRoleArn¶
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.
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 |