Values.IAMFederationOptionsInputSourceInput parameters for configuring IAM identity federation settings.
type nonrec t = {enabled : Boolean.t option;Specifies whether IAM identity federation is enabled for the OpenSearch domain.
*)subjectKey : IAMFederationSubjectKey.t option;The key in the SAML assertion that contains the user's subject identifier.
*)rolesKey : IAMFederationRolesKey.t option;The key in the SAML assertion that contains the user's role information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of IAMFederationSubjectKey.t ])
list ]