Values.ProviderIntermediateDataAccessConfigurationSourceThe required configuration fields to give intermediate access to a provider service.
type nonrec t = {awsAccountIds : AwsAccountIdList.t option;The Amazon Web Services account that provider can use to read or write data into the customer's intermediate S3 bucket.
*)requiredBucketActions : RequiredBucketActionsList.t option;The S3 bucket actions that the provider requires permission for.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AwsAccountId.t ] list ]) list ]