Values.S3JobManifestGeneratorSourceThe container for the service that will create the S3 manifest.
type nonrec t = {expectedBucketOwner : AccountId.t option;The Amazon Web Services account ID that owns the bucket the generated manifest is written to. If provided the generated manifest bucket's owner Amazon Web Services account ID must match this value, else the job fails.
*)sourceBucket : S3BucketArnString.t;The ARN of the source bucket used by the ManifestGenerator. Directory buckets - Directory buckets aren't supported as the source buckets used by S3JobManifestGenerator to generate the job manifest.
*)manifestOutputLocation : S3ManifestOutputLocation.t option;Specifies the location the generated manifest will be written to. Manifests can't be written to directory buckets. For more information, see Directory buckets.
*)filter : JobManifestGeneratorFilter.t option;Specifies rules the S3JobManifestGenerator should use to decide whether an object in the source bucket should or should not be included in the generated job manifest.
*)enableManifestOutput : Boolean.t;Determines whether or not to write the job's generated manifest to a bucket.
*)}val make :
?expectedBucketOwner:??? ->
?manifestOutputLocation:??? ->
?filter:??? ->
sourceBucket:S3BucketArnString.t ->
enableManifestOutput:Boolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of AccountId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyKmsKeyArnString.t ])
list ])
list ]
list
| `Long of ObjectSizeGreaterThanBytes.t
| `String of AccountId.t
| `Structure of
(string
* [> `List of
[> `String of NonEmptyMaxLength1024String.t ] list
| `Structure of
(string * [> `String of KmsKeyArnString.t ]) list ])
list
| `Timestamp of ObjectCreationTime.t ])
list ])
list ]