Values.S3ManifestConfigSourceSpecifies the S3 bucket where you're hosting the manifest that you want DataSync to use. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest.
type nonrec t = {manifestObjectPath : S3Subdirectory.t;Specifies the Amazon S3 object key of your manifest. This can include a prefix (for example, prefix/my-manifest.csv).
*)bucketAccessRoleArn : IamRoleArn.t;Specifies the Identity and Access Management (IAM) role that allows DataSync to access your manifest. For more information, see Providing DataSync access to your manifest.
*)s3BucketArn : S3BucketArn.t;Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
*)manifestObjectVersionId : S3ObjectVersionId.t option;Specifies the object version ID of the manifest that you want DataSync to use. If you don't set this, DataSync uses the latest version of the object.
*)}val make :
?manifestObjectVersionId:??? ->
manifestObjectPath:S3Subdirectory.t ->
bucketAccessRoleArn:IamRoleArn.t ->
s3BucketArn:S3BucketArn.t ->
unit ->
t