Values.ProviderPropertiesSourceAn object containing the providerServiceARN, intermediateSourceConfiguration, and providerConfiguration.
type nonrec t = {providerServiceArn : ProviderServiceArn.t;The ARN of the provider service.
*)providerConfiguration : Document.t option;The required configuration fields to use with the provider service.
*)intermediateSourceConfiguration : IntermediateSourceConfiguration.t option;The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
*)}val make :
?providerConfiguration:??? ->
?intermediateSourceConfiguration:??? ->
providerServiceArn:ProviderServiceArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ProviderServiceArn.t
| `Structure of (string * [> `String of S3Path.t ]) list ])
list ]