Module Values.CognitoGroupConfigurationDetailSource

The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source. This data type is part of an CognitoUserPoolConfigurationDetail structure and is a response parameter to GetIdentitySource.

Sourcetype nonrec t = {
  1. groupEntityType : GroupEntityType.t option;
    (*

    The name of the schema entity type that's mapped to the user pool group. Defaults to AWS::CognitoGroup.

    *)
}
Sourceval make : ?groupEntityType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GroupEntityType.t ]) 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