Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AuthorizeVpcEndpointAccessRequest

import type { AuthorizeVpcEndpointAccessRequest } from "https://aws-api.deno.dev/v0.4/services/es.ts?docs=full";

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

interface AuthorizeVpcEndpointAccessRequest {
Account: string;
DomainName: string;
}

§Properties

§
Account: string
[src]

The account ID to grant access to.

§
DomainName: string
[src]

The name of the OpenSearch Service domain to provide access to.