Amazon Kinesis
To ingest data from your Amazon Kinesis stream, you must first create a connection that provides the appropriate credentials to access your topic.
Syntax
Jump to
Connection options
AWS_ROLE
— editable
AWS_ROLE
— editableType: text
(Optional) The AWS IAM role ARN. Used in conjunction with EXTERNAL_ID
.
If omitted, the role created when integrating Upsolver with the AWS account is used.
EXTERNAL_ID
— editable
EXTERNAL_ID
— editableType: text
(Optional) The external ID of the role to assume. Used in conjunction with AWS_ROLE
.
If omitted, the role created when integrating Upsolver with the AWS account is used.
AWS_ACCESS_KEY_ID
— editable
AWS_ACCESS_KEY_ID
— editableType: text
(Optional) The AWS access key ID. Used in conjunction with AWS_SECRET_ACCESS_KEY
.
If omitted, the role created when integrating Upsolver with the AWS account is used.
AWS_SECRET_ACCESS_KEY
— editable
AWS_SECRET_ACCESS_KEY
— editableType: text
(Optional) The AWS secret key corresponding to the provided AWS_ACCESS_KEY_ID
.
If omitted, the role created when integrating Upsolver with the AWS account is used.
REGION
REGION
Type: text
The AWS region to use.
READ_ONLY
READ_ONLY
Type: Boolean
Default: false
(Optional) When true
, the connection can only be used to read data from Kinesis and not for writing data to Kinesis.
MAX_WRITERS
— editable
MAX_WRITERS
— editableType: integer
Default: 20
(Optional) The number of maximum parallel writers to Kinesis.
STREAM_DISPLAY_FILTER[S]
— editable
STREAM_DISPLAY_FILTER[S]
— editableType: text | list
(Optional) A single stream or the list of streams to show. If left empty, all streams are visible.
COMMENT
— editable
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.
Minimum example
Full example
Last updated