Skip to content

Start Ingestion

appfabric_start_ingestion R Documentation

Starts (enables) an ingestion, which collects data from an application

Description

Starts (enables) an ingestion, which collects data from an application.

Usage

appfabric_start_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$start_ingestion(
  ingestionIdentifier = "string",
  appBundleIdentifier = "string"
)