Amazon OpenSearch Service API · JSON Structure

Openapi Authorized Principal Structure

Information about an account or service that has access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.

Type: object Properties: 2
AnalyticsElasticsearchSearch

AuthorizedPrincipal is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PrincipalType Principal

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-authorized-principal-structure.json",
  "name": "AuthorizedPrincipal",
  "description": "Information about an account or service that has access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.",
  "type": "object",
  "properties": {
    "PrincipalType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PrincipalType"
        },
        {
          "description": "The type of principal."
        }
      ]
    },
    "Principal": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The IAM principal that is allowed access to the domain."
        }
      ]
    }
  }
}