Module Values.GetClusterSessionCredentialsInputSource

Provides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a cluster with fine-grained access control activated. You can use these credentials to connect to cluster endpoints that support username and password authentication.

Sourcetype nonrec t = {
  1. clusterId : XmlStringMaxLen256.t;
    (*

    The unique identifier of the cluster.

    *)
  2. executionRoleArn : ArnType.t option;
    (*

    The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?executionRoleArn:??? -> clusterId:XmlStringMaxLen256.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of XmlStringMaxLen256.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