SSOAdmin / Client / put_application_session_configuration
put_application_session_configuration¶
- SSOAdmin.Client.put_application_session_configuration(**kwargs)¶
Updates the session configuration for an application in IAM Identity Center.
The session configuration determines how users can access an application. This includes whether user background sessions are enabled. User background sessions allow users to start a job on a supported Amazon Web Services managed application without having to remain signed in to an active session while the job runs.
See also: AWS API Documentation
Request Syntax
response = client.put_application_session_configuration( ApplicationArn='string', UserBackgroundSessionApplicationStatus='ENABLED'|'DISABLED' )
- Parameters:
ApplicationArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the application for which to update the session configuration.
UserBackgroundSessionApplicationStatus (string) – The status of user background sessions for the application.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions