Values.IdMappingJobOutputSourceSourceAn object containing KMSArn, outputS3Path, and roleARN.
type nonrec t = {roleArn : RoleArn.t;The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf as part of workflow execution.
*)outputS3Path : S3Path.t;The S3 path to which Entity Resolution will write the output table.
*)kMSArn : KMSArn.t option;Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
*)}