Skip to content

Revoke Pipeline Endpoint Connections

opensearchingestion_revoke_pipeline_endpoint_connections R Documentation

Revokes pipeline endpoints from specified endpoint IDs

Description

Revokes pipeline endpoints from specified endpoint IDs.

Usage

opensearchingestion_revoke_pipeline_endpoint_connections(PipelineArn,
  EndpointIds)

Arguments

PipelineArn

[required] The Amazon Resource Name (ARN) of the pipeline from which to revoke endpoint connections.

EndpointIds

[required] A list of endpoint IDs for which to revoke access to the pipeline.

Value

A list with the following syntax:

list(
  PipelineArn = "string"
)

Request syntax

svc$revoke_pipeline_endpoint_connections(
  PipelineArn = "string",
  EndpointIds = list(
    "string"
  )
)