Module Values.UpdateIamIdentityCenterConfigOptionsSource

Describes IAM Identity Center options for updating an OpenSearch Serverless security configuration in the form of a key-value map.

Sourcetype nonrec t = {
  1. userAttribute : IamIdentityCenterUserAttribute.t option;
    (*

    The user attribute for this IAM Identity Center integration. Defaults to UserId.

    *)
  2. groupAttribute : IamIdentityCenterGroupAttribute.t option;
    (*

    The group attribute for this IAM Identity Center integration. Defaults to GroupId.

    *)
}
Sourceval make : ?userAttribute:??? -> ?groupAttribute:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t