aws.kinesisanalyticsv2.list_application_snapshots
Example SQL Queries
SELECT * FROMaws.kinesisanalyticsv2.list_application_snapshotsWHERE"application_name" = 'VALUE';Description
Lists information about the current application snapshots.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_name Required Input Column The name of an existing application. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| application_version_id The current application version ID when the snapshot was created. | BIGINT |
| runtime_environment The Flink Runtime for the application snapshot. | VARCHAR |
| snapshot_creation_timestamp The timestamp of the application snapshot. | TIMESTAMP_S |
| snapshot_name The identifier for the application snapshot. | VARCHAR |
| snapshot_status The status of the application snapshot. | VARCHAR |