Describe Application Snapshot
kinesisanalyticsv2_describe_application_snapshot | R Documentation |
Returns information about a snapshot of application state data¶
Description¶
Returns information about a snapshot of application state data.
Usage¶
Arguments¶
ApplicationName
[required] The name of an existing application.
SnapshotName
[required] The identifier of an application snapshot. You can retrieve this value using .
Value¶
A list with the following syntax:
list(
SnapshotDetails = list(
SnapshotName = "string",
SnapshotStatus = "CREATING"|"READY"|"DELETING"|"FAILED",
ApplicationVersionId = 123,
SnapshotCreationTimestamp = as.POSIXct(
"2015-01-01"
),
RuntimeEnvironment = "SQL-1_0"|"FLINK-1_6"|"FLINK-1_8"|"ZEPPELIN-FLINK-1_0"|"FLINK-1_11"|"FLINK-1_13"|"ZEPPELIN-FLINK-2_0"|"FLINK-1_15"|"ZEPPELIN-FLINK-3_0"|"FLINK-1_18"|"FLINK-1_19"
)
)