UpdateFleetRequest

Types

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

Properties

Link copied to clipboard

The fleet attributes to delete.

Link copied to clipboard

The desired capacity for the fleet. This is not allowed for Elastic fleets.

Link copied to clipboard

Deletes the VPC association for the specified fleet.

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 users 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

Enables or disables default internet access for the fleet.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a 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 of the public, private, or shared image to use.

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 a 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?

A unique name for the fleet.

Link copied to clipboard

The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

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 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 that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.

Link copied to clipboard

The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.

Functions

Link copied to clipboard
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