Values.DataAccessorAuthenticationConfigurationSourceA union type that contains the specific authentication configuration based on the authentication type selected.
type nonrec t = {idcTrustedTokenIssuerConfiguration : DataAccessorIdcTrustedTokenIssuerConfiguration.t
option;Configuration for IAM Identity Center Trusted Token Issuer (TTI) authentication used when the authentication type is AWS_IAM_IDC_TTI.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of IdcTrustedTokenIssuerArn.t ]) list ])
list ]