Module Values.ProvisioningConfigurationSource

The provisioning configuration of the blueprint.

Sourcetype nonrec t = {
  1. lakeFormationConfiguration : LakeFormationConfiguration.t option;
    (*

    The Lake Formation configuration of the Data Lake blueprint.

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