View source: R/opensearchserviceserverless_operations.R
opensearchserviceserverless_update_vpc_endpoint | R Documentation |
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
)
id |
[required] The unique identifier of the interface endpoint to update. |
addSubnetIds |
The ID of one or more subnets to add to the endpoint. |
removeSubnetIds |
The unique identifiers of the subnets to remove from the endpoint. |
addSecurityGroupIds |
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. |
removeSecurityGroupIds |
The unique identifiers of the security groups to remove from the endpoint. |
clientToken |
Unique, case-sensitive identifier to ensure idempotency of the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.