Lists information about the current application snapshots.
kinesisanalyticsv2_list_application_snapshots(ApplicationName, Limit,
NextToken)
A list with the following syntax:
list(
SnapshotSummaries = list(
list(
SnapshotName = "string",
SnapshotStatus = "CREATING"|"READY"|"DELETING"|"FAILED",
ApplicationVersionId = 123,
SnapshotCreationTimestamp = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)
[required] The name of an existing application.
The maximum number of application snapshots to list.
Use this parameter if you receive a NextToken
response in a previous
request that indicates that there is more output available. Set it to
the value of the previous call's NextToken
response to indicate where
the output should continue from.
svc$list_application_snapshots(
ApplicationName = "string",
Limit = 123,
NextToken = "string"
)