kinesisanalyticsv2_describe_application_snapshot: Returns information about a snapshot of application state data
Description
Returns information about a snapshot of application state data.
Usage
kinesisanalyticsv2_describe_application_snapshot(ApplicationName,
SnapshotName)
Arguments
ApplicationName
[required] The name of an existing application.
SnapshotName
[required] The identifier of an application snapshot. You can retrieve this value
using .
Request syntax
svc$describe_application_snapshot(
ApplicationName = "string",
SnapshotName = "string"
)