PrincipalType

Specifies the type of AWS account permitted to manage VPC endpoints.:

AnalyticsElasticsearchSearch
View JSON Schema on GitHub

JSON Schema

openapi-principal-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-principal-type-schema.json",
  "title": "PrincipalType",
  "description": "Specifies the type of AWS account permitted to manage VPC endpoints.: <ul> <li>AWS_ACCOUNT: Indicates that the account is owned by an AWS user.</li> <li>AWS_SERVICE: Indicates the the account is owned by an AWS service.</li> </ul> ",
  "type": "string",
  "enum": [
    "AWS_ACCOUNT",
    "AWS_SERVICE"
  ]
}