Learn R Programming

paws.analytics (version 0.7.0)

elasticsearchservice_create_vpc_endpoint: Creates an Amazon OpenSearch Service-managed VPC endpoint

Description

Creates an Amazon OpenSearch Service-managed VPC endpoint.

See https://www.paws-r-sdk.com/docs/elasticsearchservice_create_vpc_endpoint/ for full documentation.

Usage

elasticsearchservice_create_vpc_endpoint(
  DomainArn,
  VpcOptions,
  ClientToken = NULL
)

Arguments

DomainArn

[required] The Amazon Resource Name (ARN) of the domain to grant access to.

VpcOptions

[required] Options to specify the subnets and security groups for the endpoint.

ClientToken

Unique, case-sensitive identifier to ensure idempotency of the request.