Values.CredentialsSourceThe Amazon Web Services Signature Version 4 type of temporary credentials.
type nonrec t = {sessionToken : String_.t option;The token that applications inside the pods must pass to any service API to use the temporary credentials.
*)secretAccessKey : String_.t option;The secret access key that applications inside the pods use to sign requests.
*)accessKeyId : String_.t option;The access key ID that identifies the temporary security credentials.
*)expiration : Timestamp.t option;The Unix epoch timestamp in seconds when the current credentials expire.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]