Amazon Cognito · JSON Structure

Cognito Idp Resend Confirmation Code Response Structure

The response from the server when Amazon Cognito makes the request to resend a confirmation code.

Type: object Properties: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

ResendConfirmationCodeResponse 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

CodeDeliveryDetails

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "CodeDeliveryDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CodeDeliveryDetailsType"
        },
        {
          "description": "The code delivery details returned by the server in response to the request to resend the confirmation code."
        }
      ]
    }
  },
  "description": "The response from the server when Amazon Cognito makes the request to resend a confirmation code.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-resend-confirmation-code-response-structure.json",
  "name": "ResendConfirmationCodeResponse"
}