@itentialopensource/adapter-aws_cognito_identity_provider
Version:
This adapter integrates with system described as: Amazon Cognito Identity Provider.
41 lines • 914 B
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "listUserPools",
"enum": [
"listUserPools"
],
"external_name": "ph_request_type"
},
"maxResults": {
"type": "string",
"description": "Pagination limit",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "MaxResults"
},
"nextToken": {
"type": "string",
"description": "Pagination token",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "NextToken"
}
},
"definitions": {}
}