Amazon OpenSearch Service API · JSON Structure

Openapi Authorize Vpc Endpoint Access Response Structure

Container for response parameters to the AuthorizeVpcEndpointAccess operation. Contains the account ID and the type of the account being authorized to access the VPC endpoint.

Type: object Properties: 1 Required: 1
AnalyticsElasticsearchSearch

AuthorizeVpcEndpointAccessResponse is a JSON Structure definition published by Amazon OpenSearch Service API, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AuthorizedPrincipal

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-authorize-vpc-endpoint-access-response-structure.json",
  "name": "AuthorizeVpcEndpointAccessResponse",
  "description": "Container for response parameters to the <code><a>AuthorizeVpcEndpointAccess</a></code> operation. Contains the account ID and the type of the account being authorized to access the VPC endpoint.",
  "type": "object",
  "properties": {
    "AuthorizedPrincipal": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuthorizedPrincipal"
        },
        {
          "description": "Information about the account or service that was provided access to the domain."
        }
      ]
    }
  },
  "required": [
    "AuthorizedPrincipal"
  ]
}