ApplicationSummary
The summary of attributes associated with an application.
Contents
- arn
-
The ARN of the application.
Type: String
Length Constraints: Minimum length of 60. Maximum length of 1024.
Pattern:
^arn:(aws[a-zA-Z0-9-]*):emr-serverless:.+:(\d{12}):\/applications\/[0-9a-zA-Z]+$
Required: Yes
- createdAt
-
The date and time when the application was created.
Type: Timestamp
Required: Yes
- id
-
The ID of the application.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[0-9a-z]+$
Required: Yes
- releaseLabel
-
The Amazon EMR release associated with the application.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[A-Za-z0-9._/-]+$
Required: Yes
- state
-
The state of the application.
Type: String
Valid Values:
CREATING | CREATED | STARTING | STARTED | STOPPING | STOPPED | TERMINATED
Required: Yes
- type
-
The type of application, such as Spark or Hive.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: Yes
- updatedAt
-
The date and time when the application was last updated.
Type: Timestamp
Required: Yes
- architecture
-
The CPU architecture of an application.
Type: String
Valid Values:
ARM64 | X86_64
Required: No
- name
-
The name of the application.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[A-Za-z0-9._/#-]+$
Required: No
- stateDetails
-
The state details of the application.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: