Create Application Snapshot
kinesisanalyticsv2_create_application_snapshot | R Documentation |
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. |
Value¶
An empty list.
Request syntax¶
svc$create_application_snapshot(
ApplicationName = "string",
SnapshotName = "string"
)