SessionSummary
The summary of attributes associated with a session.
Contents
- applicationId
-
The ID of the application that the session belongs to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[0-9a-z]+Required: Yes
- arn
-
The Amazon Resource Name (ARN) of the session.
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]+\/sessions\/[0-9a-zA-Z]+Required: Yes
- createdAt
-
The date and time that the session was created.
Type: Timestamp
Required: Yes
- createdBy
-
The IAM principal that created the session.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:(aws[a-zA-Z0-9-]*):(iam|sts)::(\d{12})?:[\w/+=,.@-]+Required: Yes
- executionRoleArn
-
The Amazon Resource Name (ARN) of the execution role for the session.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:(aws[a-zA-Z0-9-]*):iam::([0-9]{12}):(role((\u002F)|(\u002F[\u0021-\u007F]+\u002F))[\w+=,.@-]+)Required: Yes
- releaseLabel
-
The Amazon EMR release label associated with the session.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[A-Za-z0-9._/-]+Required: Yes
- sessionId
-
The ID of the session.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[0-9a-z]+Required: Yes
- state
-
The state of the session.
Type: String
Valid Values:
SUBMITTED | STARTING | STARTED | IDLE | BUSY | FAILED | TERMINATING | TERMINATEDRequired: Yes
- stateDetails
-
Additional details about the current state of the session.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*\S.*Required: Yes
- updatedAt
-
The date and time that the session was last updated.
Type: Timestamp
Required: Yes
- name
-
The optional name of the session.
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: