Delete Application
kinesisanalyticsv2_delete_application | R Documentation |
Deletes the specified application¶
Description¶
Deletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.
Usage¶
kinesisanalyticsv2_delete_application(ApplicationName, CreateTimestamp)
Arguments¶
ApplicationName |
[required] The name of the application to delete. |
CreateTimestamp |
[required] Use the |
Value¶
An empty list.
Request syntax¶
svc$delete_application(
ApplicationName = "string",
CreateTimestamp = as.POSIXct(
"2015-01-01"
)
)