Module Values.GlueRunConfigurationOutputSource

The configuration details of the Amazon Web Services Glue data source.

Sourcetype nonrec t = {
  1. accountId : GlueRunConfigurationOutputAccountIdString.t option;
    (*

    The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.

    *)
  2. region : GlueRunConfigurationOutputRegionString.t option;
    (*

    The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.

    *)
  3. dataAccessRole : GlueRunConfigurationOutputDataAccessRoleString.t option;
    (*

    The data access role included in the configuration details of the Amazon Web Services Glue data source.

    *)
  4. relationalFilterConfigurations : RelationalFilterConfigurations.t option;
    (*

    The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.

    *)
  5. autoImportDataQualityResult : Boolean.t option;
    (*

    Specifies whether to automatically import data quality metrics as part of the data source run.

    *)
  6. catalogName : GlueRunConfigurationOutputCatalogNameString.t option;
    (*

    The catalog name in the Amazon Web Services Glue run configuration.

    *)
}
Sourceval make : ?accountId:??? -> ?region:??? -> ?dataAccessRole:??? -> ?relationalFilterConfigurations:??? -> ?autoImportDataQualityResult:??? -> ?catalogName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of FilterExpressionExpressionString.t ]) list ] list | `String of RelationalFilterConfigurationDatabaseNameString.t ]) list ] list | `String of GlueRunConfigurationOutputAccountIdString.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