Delete Vpc Endpoint
| opensearchservice_delete_vpc_endpoint | R Documentation | 
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint¶
Description¶
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
Usage¶
opensearchservice_delete_vpc_endpoint(VpcEndpointId)
Arguments¶
| VpcEndpointId | [required] The unique identifier of the endpoint. | 
Value¶
A list with the following syntax:
list(
  VpcEndpointSummary = list(
    VpcEndpointId = "string",
    VpcEndpointOwner = "string",
    DomainArn = "string",
    Status = "CREATING"|"CREATE_FAILED"|"ACTIVE"|"UPDATING"|"UPDATE_FAILED"|"DELETING"|"DELETE_FAILED"
  )
)
Request syntax¶
svc$delete_vpc_endpoint(
  VpcEndpointId = "string"
)