Amazon AppSync · JSON Structure

Appsync Api Key Structure

An API key for AppSync API authentication

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Api Key Structure is a JSON Structure definition published by Amazon AppSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-api-key-structure.json",
  "title": "ApiKey",
  "description": "An API key for AppSync API authentication",
  "type": "record",
  "fields": {
    "id": {
      "type": "string",
      "description": "The API key ID"
    },
    "description": {
      "type": "string",
      "description": "The API key description"
    },
    "expires": {
      "type": "integer",
      "description": "Unix timestamp when the key expires"
    },
    "deletes": {
      "type": "integer",
      "description": "Unix timestamp when the key is scheduled for deletion"
    }
  }
}