Module Values_1.SessionChainingConfigSource

Contains information about attribute-based access control (ABAC) for a training job. The session chaining configuration uses Amazon Security Token Service (STS) for your training job to request temporary, limited-privilege credentials to tenants. For more information, see Attribute-based access control (ABAC) for multi-tenancy training.

Sourcetype nonrec t = {
  1. enableSessionTagChaining : EnableSessionTagChaining.t option;
    (*

    Set to True to allow SageMaker to extract session tags from a training job creation role and reuse these tags when assuming the training job execution role.

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