Module Values.CreateJobTemplateRequestSource

Creates a job template. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.

Sourcetype nonrec t = {
  1. name : ResourceNameString.t;
    (*

    The specified name of the job template.

    *)
  2. clientToken : ClientToken.t;
    (*

    The client token of the job template.

    *)
  3. jobTemplateData : JobTemplateData.t;
    (*

    The job template data which holds values of StartJobRun API request.

    *)
  4. tags : TagMap.t option;
    (*

    The tags that are associated with the job template.

    *)
  5. kmsKeyArn : KmsKeyArn.t option;
    (*

    The KMS key ARN used to encrypt the job template.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?kmsKeyArn:??? -> name:ResourceNameString.t -> clientToken:ClientToken.t -> jobTemplateData:JobTemplateData.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String128.t ] * [> `String of StringEmpty256.t ]) list | `String of ResourceNameString.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 ]) 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