View Source GoogleApi.Metastore.V1beta.Model.DataplexConfig (google_api_metastore v0.10.0)
Specifies how metastore metadata should be integrated with the Dataplex service.
Attributes
-
lakeResources
(type:%{optional(String.t) => GoogleApi.Metastore.V1beta.Model.Lake.t}
, default:nil
) - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1beta.Model.DataplexConfig{ lakeResources: %{optional(String.t()) => GoogleApi.Metastore.V1beta.Model.Lake.t()} | nil }
Functions
Unwrap a decoded JSON object into its complex fields.