Deletes a snapshot of application state.
kinesisanalyticsv2_delete_application_snapshot(ApplicationName,
SnapshotName, SnapshotCreationTimestamp)
An empty list.
[required] The name of an existing application.
[required] The identifier for the snapshot delete.
[required] The creation timestamp of the application snapshot to delete. You can retrieve this value using or .
svc$delete_application_snapshot(
ApplicationName = "string",
SnapshotName = "string",
SnapshotCreationTimestamp = as.POSIXct(
"2015-01-01"
)
)