Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface StreamingSession

A streaming session is a virtual workstation created using a particular launch profile.

Hierarchy

  • StreamingSession

Properties

arn?: string

The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.

automaticTerminationMode?: string

Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.

  • When ACTIVATED, the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes.

  • When DEACTIVATED, the streaming session can remain in the STOPPED state indefinitely.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED. When allowed, the default value for this parameter is DEACTIVATED.

backupMode?: string

Shows the current backup setting of the session.

createdAt?: Date

The ISO timestamp in seconds for when the resource was created.

createdBy?: string

The user ID of the user that created the streaming session.

ec2InstanceType?: string

The EC2 Instance type used for the streaming session.

launchProfileId?: string

The ID of the launch profile used to control access from the streaming session.

maxBackupsToRetain?: number

The maximum number of backups of a streaming session that you can have. When the maximum number of backups is reached, the oldest backup is deleted.

ownedBy?: string

The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.

sessionId?: string

The session ID.

sessionPersistenceMode?: string

Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.

startedAt?: Date

The time the session entered START_IN_PROGRESS state.

startedBy?: string

The user ID of the user that started the streaming session.

startedFromBackupId?: string

The backup ID used to restore a streaming session.

state?: string

The current state.

statusCode?: string

The status code.

statusMessage?: string

The status message for the streaming session.

stopAt?: Date

The time the streaming session will automatically be stopped if the user doesn’t stop the session themselves.

stoppedAt?: Date

The time the session entered STOP_IN_PROGRESS state.

stoppedBy?: string

The user ID of the user that stopped the streaming session.

streamingImageId?: string

The ID of the streaming image.

tags?: Record<string, string>

A collection of labels, in the form of key-value pairs, that apply to this resource.

terminateAt?: Date

The time the streaming session will automatically terminate if not terminated by the user.

updatedAt?: Date

The ISO timestamp in seconds for when the resource was updated.

updatedBy?: string

The user ID of the user that most recently updated the resource.

volumeConfiguration?: VolumeConfiguration

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED.

volumeRetentionMode?: string

Determine if an EBS volume created from this streaming session will be backed up.