Fleet class
Describes a fleet.
Constructors
-
Fleet({required String arn, required ComputeCapacityStatus computeCapacityStatus, required String instanceType, required String name, required FleetState state, DateTime? createdTime, String? description, int? disconnectTimeoutInSeconds, String? displayName, DomainJoinInfo? domainJoinInfo, bool? enableDefaultInternetAccess, List<
FleetError> ? fleetErrors, FleetType? fleetType, String? iamRoleArn, int? idleDisconnectTimeoutInSeconds, String? imageArn, String? imageName, int? maxUserDurationInSeconds, StreamView? streamView, VpcConfig? vpcConfig}) -
Fleet.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String
-
The Amazon Resource Name (ARN) for the fleet.
final
- computeCapacityStatus → ComputeCapacityStatus
-
The capacity status for the fleet.
final
- createdTime → DateTime?
-
The time the fleet was created.
final
- description → String?
-
The description to display.
final
- disconnectTimeoutInSeconds → int?
-
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.
final
- displayName → String?
-
The fleet name to display.
final
- domainJoinInfo → DomainJoinInfo?
-
The name of the directory and organizational unit (OU) to use to join the
fleet to a Microsoft Active Directory domain.
final
- enableDefaultInternetAccess → bool?
-
Indicates whether default internet access is enabled for the fleet.
final
-
fleetErrors
→ List<
FleetError> ? -
The fleet errors.
final
- fleetType → FleetType?
-
The fleet type.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iamRoleArn → String?
-
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.final - idleDisconnectTimeoutInSeconds → int?
-
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 inDisconnectTimeoutInSeconds
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 inIdleDisconnectTimeoutInSeconds
elapses, they are disconnected.final - imageArn → String?
-
The ARN for the public, private, or shared image.
final
- imageName → String?
-
The name of the image used to create the fleet.
final
- instanceType → String
-
The instance type to use when launching fleet instances. The following
instance types are available:
final
- maxUserDurationInSeconds → int?
-
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.
final
- name → String
-
The name of the fleet.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → FleetState
-
The current state for the fleet.
final
- streamView → StreamView?
-
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. WhenDESKTOP
is specified, the standard desktop that is provided by the operating system displays.final - vpcConfig → VpcConfig?
-
The VPC configuration for the fleet.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited