Amazon Kinesis
Last updated
Last updated
To ingest data from your Amazon Kinesis stream, you must first create a connection that provides the appropriate credentials to access your topic.
AWS_ROLE
— editableType: text
If omitted, the role created when integrating Upsolver with the AWS account is used.
EXTERNAL_ID
— editableType: text
If omitted, the role created when integrating Upsolver with the AWS account is used.
AWS_ACCESS_KEY_ID
— editableType: text
If omitted, the role created when integrating Upsolver with the AWS account is used.
AWS_SECRET_ACCESS_KEY
— editableType: text
If omitted, the role created when integrating Upsolver with the AWS account is used.
REGION
Type: text
The AWS region to use.
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
— editableType: integer
Default: 20
(Optional) The number of maximum parallel writers to Kinesis.
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
— editableType: text
(Optional) A description or comment regarding this connection.
(Optional) The AWS IAM role ARN. Used in conjunction with .
(Optional) The external ID of the role to assume. Used in conjunction with .
(Optional) The AWS access key ID. Used in conjunction with .
(Optional) The AWS secret key corresponding to the provided .
Note: This example uses the default credentials from Upsolver's integration with AWS. For more information, see the how-to guide to .