AuthorizeVpcEndpointAccessRequest

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

AnalyticsElasticsearchSearch

Properties

Name Type Description
Account object
View JSON Schema on GitHub

JSON Schema

openapi-authorize-vpc-endpoint-access-request-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-authorize-vpc-endpoint-access-request-schema.json",
  "title": "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"
  ]
}