Module Values_1.DataSetUsageConfigurationSource

The usage configuration to apply to child datasets that reference this dataset as a source.

Sourcetype nonrec t = {
  1. disableUseAsDirectQuerySource : Values_0.Boolean.t option;
    (*

    An option that controls whether a child dataset of a direct query can use this dataset as a source.

    *)
  2. disableUseAsImportedSource : Values_0.Boolean.t option;
    (*

    An option that controls whether a child dataset that's stored in Quick Sight can use this dataset as a source.

    *)
}
Sourceval make : ?disableUseAsDirectQuerySource:??? -> ?disableUseAsImportedSource:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.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