Module Values.LakeFormationConfigurationSource

The Lake Formation configuration of the Data Lake blueprint.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. locationRegistrationExcludeS3Locations : S3LocationList.t option;
    (*

    Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.

    *)
}
Sourceval make : ?locationRegistrationRole:??? -> ?locationRegistrationExcludeS3Locations:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of S3Location.t ] list | `String of RoleArn.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