Values.AwsCredentialsSourceThe credentials required to access the external Dataview from the S3 location.
type nonrec t = {accessKeyId : AccessKeyId.t option;The unique identifier for the security credentials.
*)secretAccessKey : SecretAccessKey.t option;The secret access key that can be used to sign requests.
*)sessionToken : SessionToken.t option;The token that users must pass to use the credentials.
*)expiration : TimestampEpoch.t option;The Epoch time when the current credentials expire.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of TimestampEpoch.t | `String of AccessKeyId.t ])
list ]