RevokeVpcEndpointAccessRequest

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

AnalyticsElasticsearchSearch

Properties

Name Type Description
Account object
View JSON Schema on GitHub

JSON Schema

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