Module Values.ReportDestinationS3Source

Specifies the Amazon S3 bucket where DataSync uploads your task report.

Sourcetype nonrec t = {
  1. subdirectory : S3Subdirectory.t option;
    (*

    Specifies a bucket prefix for your report.

    *)
  2. s3BucketArn : S3BucketArn.t;
    (*

    Specifies the ARN of the S3 bucket where DataSync uploads your report.

    *)
  3. bucketAccessRoleArn : IamRoleArn.t;
    (*

    Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket. For more information, see Allowing DataSync to upload a task report to an Amazon S3 bucket.

    *)
}
Sourceval context_ : string
Sourceval make : ?subdirectory:??? -> s3BucketArn:S3BucketArn.t -> bucketAccessRoleArn:IamRoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3Subdirectory.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t