Fleet

class Fleet

Describes a fleet.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) for the fleet.

Link copied to clipboard

The capacity status for the fleet.

Link copied to clipboard

The time the fleet was created.

Link copied to clipboard

The description to display.

Link copied to clipboard

The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Link copied to clipboard

The fleet name to display.

Link copied to clipboard

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

Link copied to clipboard

Indicates whether default internet access is enabled for the fleet.

Link copied to clipboard

The fleet errors.

Link copied to clipboard

The fleet type.

Link copied to clipboard

The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

Link copied to clipboard

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.

Link copied to clipboard

The ARN for the public, private, or shared image.

Link copied to clipboard

The name of the image used to create the fleet.

Link copied to clipboard

The instance type to use when launching fleet instances. The following instance types are available:

Link copied to clipboard

The maximum number of concurrent sessions for the fleet.

Link copied to clipboard

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

Link copied to clipboard

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Link copied to clipboard
val name: String?

The name of the fleet.

Link copied to clipboard

The platform of the fleet.

Link copied to clipboard

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

Link copied to clipboard

The current state for the fleet.

Link copied to clipboard

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

Link copied to clipboard

The USB device filter strings associated with the fleet.

Link copied to clipboard

The VPC configuration for the fleet.

Functions

Link copied to clipboard
inline fun copy(block: Fleet.Builder.() -> Unit = {}): Fleet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String