Returns information about a snapshot of application state data.
kinesisanalyticsv2_describe_application_snapshot(ApplicationName,
SnapshotName)
A list with the following syntax:
list(
SnapshotDetails = list(
SnapshotName = "string",
SnapshotStatus = "CREATING"|"READY"|"DELETING"|"FAILED",
ApplicationVersionId = 123,
SnapshotCreationTimestamp = as.POSIXct(
"2015-01-01"
)
)
)
[required] The name of an existing application.
[required] The identifier of an application snapshot. You can retrieve this value using .
svc$describe_application_snapshot(
ApplicationName = "string",
SnapshotName = "string"
)