kinesisanalyticsv2_create_application_snapshot: Creates a snapshot of the application's state data
Description
Creates a snapshot of the application\'s state data.
Usage
kinesisanalyticsv2_create_application_snapshot(ApplicationName,
SnapshotName)
Arguments
ApplicationName
[required] The name of an existing application
SnapshotName
[required] An identifier for the application snapshot.
Request syntax
svc$create_application_snapshot(
ApplicationName = "string",
SnapshotName = "string"
)