kinesisanalyticsv2_delete_application_output {paws.analytics} | R Documentation |
Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration. Kinesis Data Analytics will no longer write data from the corresponding in-application stream to the external output destination.
See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_delete_application_output/ for full documentation.
kinesisanalyticsv2_delete_application_output(
ApplicationName,
CurrentApplicationVersionId,
OutputId
)
ApplicationName |
[required] The application name. |
CurrentApplicationVersionId |
[required] The application version. You can use the
|
OutputId |
[required] The ID of the configuration to delete. Each output configuration that is
added to the application (either when the application is created or
later) using the
|