Delete Vpc Endpoint
| opensearchserviceserverless_delete_vpc_endpoint | R Documentation |
Deletes an OpenSearch Serverless-managed interface endpoint¶
Description¶
Deletes an OpenSearch Serverless-managed interface endpoint. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
Usage¶
Arguments¶
clientTokenUnique, case-sensitive identifier to ensure idempotency of the request.
id[required] The VPC endpoint identifier.
Value¶
A list with the following syntax:
list(
deleteVpcEndpointDetail = list(
id = "string",
name = "string",
status = "PENDING"|"DELETING"|"ACTIVE"|"FAILED"
)
)