Vapi · Schema

AWSStsCredentials

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
AccessKeyId string This is the access key ID for the AWS credential
Expiration string This is the expiration date for the AWS credential
SecretAccessKey string This is the secret access key for the AWS credential
SessionToken string This is the session token for the AWS credential
View JSON Schema on GitHub

JSON Schema

vapi-awsstscredentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AWSStsCredentials",
  "title": "AWSStsCredentials",
  "type": "object",
  "properties": {
    "AccessKeyId": {
      "type": "string",
      "description": "This is the access key ID for the AWS credential"
    },
    "Expiration": {
      "format": "date-time",
      "type": "string",
      "description": "This is the expiration date for the AWS credential"
    },
    "SecretAccessKey": {
      "type": "string",
      "description": "This is the secret access key for the AWS credential"
    },
    "SessionToken": {
      "type": "string",
      "description": "This is the session token for the AWS credential"
    }
  }
}