Module Values.JobTemplateDataSource

The values of StartJobRun API requests used in job runs started using the job template.

Sourcetype nonrec t = {
  1. executionRoleArn : ParametricIAMRoleArn.t;
    (*

    The execution role ARN of the job run.

    *)
  2. releaseLabel : ParametricReleaseLabel.t;
    (*

    The release version of Amazon EMR.

    *)
  3. configurationOverrides : ParametricConfigurationOverrides.t option;
    (*

    The configuration settings that are used to override defaults configuration.

    *)
  4. jobDriver : JobDriver.t;
  5. parameterConfiguration : TemplateParameterConfigurationMap.t option;
    (*

    The configuration of parameters existing in the job template.

    *)
  6. jobTags : TagMap.t option;
    (*

    The tags assigned to jobs started using the job template.

    *)
}
Sourceval context_ : string
Sourceval make : ?configurationOverrides:??? -> ?parameterConfiguration:??? -> ?jobTags:??? -> executionRoleArn:ParametricIAMRoleArn.t -> releaseLabel:ParametricReleaseLabel.t -> jobDriver:JobDriver.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TemplateParameterName.t ] * [> `String of StringEmpty256.t | `Structure of (string * [> `Enum of string | `String of String1024.t ]) list ]) list | `String of ParametricIAMRoleArn.t | `Structure of (string * Awso.Botodata.value) 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