ApplicationSummary
Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.
Contents
- ApplicationARN
-
The ARN of the application.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:.*
Required: Yes
- ApplicationName
-
The name of the application.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_.-]+
Required: Yes
- ApplicationStatus
-
The status of the application.
Type: String
Valid Values:
DELETING | STARTING | STOPPING | READY | RUNNING | UPDATING | AUTOSCALING | FORCE_STOPPING | ROLLING_BACK | MAINTENANCE | ROLLED_BACK
Required: Yes
- ApplicationVersionId
-
Provides the current application version.
Type: Long
Valid Range: Minimum value of 1. Maximum value of 999999999.
Required: Yes
- RuntimeEnvironment
-
The runtime environment for the application.
Type: String
Valid Values:
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
Required: Yes
- ApplicationMode
-
For a Managed Service for Apache Flink application, the mode is
STREAMING
. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE
.Type: String
Valid Values:
STREAMING | INTERACTIVE
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: