opensearchserviceserverless_create_vpc_endpoint: Creates an OpenSearch Serverless-managed interface VPC...

View source: R/opensearchserviceserverless_operations.R

opensearchserviceserverless_create_vpc_endpointR Documentation

Creates an OpenSearch Serverless-managed interface VPC endpoint

Description

Creates an OpenSearch Serverless-managed interface VPC endpoint. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.

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

Usage

opensearchserviceserverless_create_vpc_endpoint(
  name,
  vpcId,
  subnetIds,
  securityGroupIds = NULL,
  clientToken = NULL
)

Arguments

name

[required] The name of the interface endpoint.

vpcId

[required] The ID of the VPC from which you'll access OpenSearch Serverless.

subnetIds

[required] The ID of one or more subnets from which you'll access OpenSearch Serverless.

securityGroupIds

The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

clientToken

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


paws.analytics documentation built on April 3, 2025, 11:10 p.m.