Delete Pipeline Endpoint
| opensearchingestion_delete_pipeline_endpoint | R Documentation |
Deletes a VPC endpoint for an OpenSearch Ingestion pipeline¶
Description¶
Deletes a VPC endpoint for an OpenSearch Ingestion pipeline.
Usage¶
opensearchingestion_delete_pipeline_endpoint(EndpointId)
Arguments¶
EndpointId |
[required] The unique identifier of the pipeline endpoint to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_pipeline_endpoint(
EndpointId = "string"
)