/AWS1/CL_FRHKINESISSTRMSRCCONF¶
The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as the source for a Firehose stream.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_KINESISSTREAMARN
TYPE /AWS1/FRHKINESISSTREAMARN
/AWS1/FRHKINESISSTREAMARN
¶
The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
IV_ROLEARN
TYPE /AWS1/FRHROLEARN
/AWS1/FRHROLEARN
¶
The ARN of the role that provides access to the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.
Queryable Attributes¶
KinesisStreamARN¶
The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KINESISSTREAMARN() |
Getter for KINESISSTREAMARN, with configurable default |
ASK_KINESISSTREAMARN() |
Getter for KINESISSTREAMARN w/ exceptions if field has no va |
HAS_KINESISSTREAMARN() |
Determine if KINESISSTREAMARN has a value |
RoleARN¶
The ARN of the role that provides access to the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |