Values.KinesisTargetDefinitionSourceKinesis stream target configuration.
type nonrec t = {streamArn : KinesisStreamArn.t;The ARN of the Kinesis stream.
*)roleArn : RoleArn.t;The ARN of the IAM role that grants permission to write to the Kinesis stream. This can be a standard role (arn:aws:iam::account-id:role/role-name) or a role with a path prefix (arn:aws:iam::account-id:role/service-role/role-name), such as roles auto-created by the console.
*)}