Amazon OpenSearch Service API · JSON Structure

Openapi Authorize Vpc Endpoint Access Request Structure

Container for request parameters to the AuthorizeVpcEndpointAccess operation. Specifies the account to be permitted to manage VPC endpoints against the domain.

Type: object Properties: 1 Required: 1
AnalyticsElasticsearchSearch

AuthorizeVpcEndpointAccessRequest 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

Account

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-request-structure.json",
  "name": "AuthorizeVpcEndpointAccessRequest",
  "description": "Container for request parameters to the <code><a>AuthorizeVpcEndpointAccess</a></code> operation. Specifies the account to be permitted to manage VPC endpoints against the domain.",
  "type": "object",
  "properties": {
    "Account": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AWSAccount"
        },
        {
          "description": "The account ID to grant access to."
        }
      ]
    }
  },
  "required": [
    "Account"
  ]
}