Vapi · Schema

AWSStsAuthenticationArtifact

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
externalId string This is the optional external ID for the AWS credential
View JSON Schema on GitHub

JSON Schema

vapi-awsstsauthenticationartifact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AWSStsAuthenticationArtifact",
  "title": "AWSStsAuthenticationArtifact",
  "type": "object",
  "properties": {
    "externalId": {
      "type": "string",
      "description": "This is the optional external ID for the AWS credential"
    }
  },
  "required": [
    "externalId"
  ]
}