Data streamer descriptive name

2021-07-09 00:00:00 +0000

Data streamer configuration - descriptive name field

Data streamer now supports specifying optional descriptive name to help to distinguish similar data stream configurations. Name can be set when creating and updating the configuration.

Example:

{
  "data_stream_type": {
    "id": 1
  },
  "name": "Production Kinesis stream",
  "destination": {
    "connection_type": "AwsKinesis",
    "credentials": {
      "region": "af-south-1",
      "stream_name": "demo-stream",
      "role_arn": "arn:aws:iam:1234567890:role/role_for_kinesis_data_stream"
    },
    "format": "Json"
  }
}