AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains session configuration information.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.SessionConfiguration

Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z

Syntax

C#
public class SessionConfiguration

The SessionConfiguration type exposes the following members

Constructors

NameDescription
Public Method SessionConfiguration()

Properties

NameTypeDescription
Public Property EncryptionConfiguration Amazon.Athena.Model.EncryptionConfiguration

Gets and sets the property EncryptionConfiguration.

Public Property ExecutionRole System.String

Gets and sets the property ExecutionRole.

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.

Public Property IdleTimeoutSeconds System.Int64

Gets and sets the property IdleTimeoutSeconds.

The idle timeout in seconds for the session.

Public Property WorkingDirectory System.String

Gets and sets the property WorkingDirectory.

The Amazon S3 location that stores information for the notebook.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5