Values_0.KinesisActionSourceDescribes an action to write data to an Amazon Kinesis stream.
type nonrec t = {roleArn : AwsArn.t;The ARN of the IAM role that grants access to the Amazon Kinesis stream.
*)streamName : StreamName.t;The name of the Amazon Kinesis stream.
*)partitionKey : PartitionKey.t option;The partition key.
*)}