Updates an OpenSearch Serverless-managed interface endpoint. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_update_vpc_endpoint/ for full documentation.
opensearchserviceserverless_update_vpc_endpoint(
id,
addSubnetIds = NULL,
removeSubnetIds = NULL,
addSecurityGroupIds = NULL,
removeSecurityGroupIds = NULL,
clientToken = NULL
)
[required] The unique identifier of the interface endpoint to update.
The ID of one or more subnets to add to the endpoint.
The unique identifiers of the subnets to remove from the endpoint.
The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
The unique identifiers of the security groups to remove from the endpoint.
Unique, case-sensitive identifier to ensure idempotency of the request.