Values.CreateIamIdentityCenterConfigOptionsSourceDescribes IAM Identity Center options for creating an OpenSearch Serverless security configuration in the form of a key-value map.
type nonrec t = {instanceArn : IamIdentityCenterInstanceArn.t;The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.
*)userAttribute : IamIdentityCenterUserAttribute.t option;The user attribute for this IAM Identity Center integration. Defaults to UserId.
*)groupAttribute : IamIdentityCenterGroupAttribute.t option;The group attribute for this IAM Identity Center integration. Defaults to GroupId.
*)}val make :
?userAttribute:??? ->
?groupAttribute:??? ->
instanceArn:IamIdentityCenterInstanceArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of IamIdentityCenterInstanceArn.t ])
list ]