Vapi · Schema

AWSStsAssumeRoleUser

Artificial IntelligenceVoiceAgentsReal-TimeCPaaS

Properties

Name Type Description
AssumedRoleId string This is the assumed role ID
Arn string This is the assumed role ARN
View JSON Schema on GitHub

JSON Schema

vapi-awsstsassumeroleuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AWSStsAssumeRoleUser",
  "title": "AWSStsAssumeRoleUser",
  "type": "object",
  "properties": {
    "AssumedRoleId": {
      "type": "string",
      "description": "This is the assumed role ID"
    },
    "Arn": {
      "type": "string",
      "description": "This is the assumed role ARN"
    }
  }
}