Values.LakeFormationConfigurationSourceThe Lake Formation configuration of the Data Lake blueprint.
type nonrec t = {locationRegistrationRole : RoleArn.t option;The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using Amazon Web Services Lake Formation hybrid access mode.
*)locationRegistrationExcludeS3Locations : S3LocationList.t option;Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of S3Location.t ] list
| `String of RoleArn.t ])
list ]