Amazon Cognito · JSON Structure

Cognito Idp Risk Exception Configuration Type Structure

The type of the configuration to override the risk decision.

Type: object Properties: 2
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

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

Properties

BlockedIPRangeList SkippedIPRangeList

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "BlockedIPRangeList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BlockedIPRangeListType"
        },
        {
          "description": "Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation, a compact representation of an IP address and its routing prefix."
        }
      ]
    },
    "SkippedIPRangeList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SkippedIPRangeListType"
        },
        {
          "description": "Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation."
        }
      ]
    }
  },
  "description": "The type of the configuration to override the risk decision.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-risk-exception-configuration-type-structure.json",
  "name": "RiskExceptionConfigurationType"
}