aws.kinesisanalyticsv2.describe_application_snapshot
Example SQL Queries
SELECT * FROMaws.kinesisanalyticsv2.describe_application_snapshotWHERE"application_name" = 'VALUE'AND "snapshot_name" = 'VALUE';Description
Returns information about a snapshot of application state data.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_name Required Input Column The name of an existing application. | VARCHAR |
| snapshot_name Required Input Column The identifier of an application snapshot. You can retrieve this value using . | 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
| |
| snapshot_details An object containing information about the application snapshot. | STRUCT( |
Show child fields
| |