Amazon OpenSearch Service API · JSON Structure

Openapi Revoke Vpc Endpoint Access Request Structure

Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.

Type: object Properties: 1 Required: 1
AnalyticsElasticsearchSearch

RevokeVpcEndpointAccessRequest 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-revoke-vpc-endpoint-access-request-structure.json",
  "name": "RevokeVpcEndpointAccessRequest",
  "description": "Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.",
  "type": "object",
  "properties": {
    "Account": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AWSAccount"
        },
        {
          "description": "The account ID to revoke access from."
        }
      ]
    }
  },
  "required": [
    "Account"
  ]
}