Values.SessionConfigurationSourceContains session configuration information.
type nonrec t = {executionRole : RoleArn.t option;The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.
*)workingDirectory : ResultOutputLocation.t option;The Amazon S3 location that stores information for the notebook.
*)idleTimeoutSeconds : Long.t option;The idle timeout in seconds for the session.
*)sessionIdleTimeoutInMinutes : SessionIdleTimeoutInMinutes.t option;The idle timeout in seconds for the session.
*)encryptionConfiguration : EncryptionConfiguration.t option;}