Amazon Cognito · JSON Structure

Cognito Idp User Pool Policy Type Structure

The policy associated with a user pool.

Type: object Properties: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

UserPoolPolicyType is a JSON Structure definition published by Amazon Cognito, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PasswordPolicy

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "PasswordPolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PasswordPolicyType"
        },
        {
          "description": "The password policy."
        }
      ]
    }
  },
  "description": "The policy associated with a user pool.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-user-pool-policy-type-structure.json",
  "name": "UserPoolPolicyType"
}