DescribeApplication
Source:
src/AWS/KinesisAnalyticsV2/DescribeApplication.ts
Runtime binding for kinesisanalytics:DescribeApplication — reads the
bound application’s full detail (status, version, runtime environment,
configuration), the building block of ops automation that reacts to the
Flink job’s lifecycle state.
Observing the Application
Section titled “Observing the Application”const describeApplication = yield* AWS.KinesisAnalyticsV2.DescribeApplication(app);
const { ApplicationDetail } = yield* describeApplication();const running = ApplicationDetail.ApplicationStatus === "RUNNING";