Skip to content

Stop Ingestion

appfabric_stop_ingestion R Documentation

Stops (disables) an ingestion

Description

Stops (disables) an ingestion.

Usage

appfabric_stop_ingestion(ingestionIdentifier, appBundleIdentifier)

Arguments

ingestionIdentifier

[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.

appBundleIdentifier

[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

Value

An empty list.

Request syntax

svc$stop_ingestion(
  ingestionIdentifier = "string",
  appBundleIdentifier = "string"
)