String name
The unique identifier for the application.
String displayName
The name of the application shown to the end users.
String iconURL
The URL for the application icon. This URL may be time-limited.
String launchPath
The path to the application executable in the instance.
String launchParameters
A list of arguments that are passed to the application at launch.
Boolean enabled
An application can be disabled after image creation if there is a problem.
Map<K,V> metadata
Additional attributes that describes the application.
Integer desiredInstances
The desired number of streaming instances.
Integer desired
The desired number of streaming instances.
Integer running
The total number of simultaneous streaming instances that are running.
Integer inUse
The number of instances that are being used for streaming.
Integer available
The number of currently available instances that can be used to stream sessions.
String name
A unique identifier for the fleet.
String imageName
Unique name of the image used by the fleet.
String instanceType
The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.
ComputeCapacity computeCapacity
The parameters for the capacity allocated to the fleet.
VpcConfig vpcConfig
The VPC configuration for the fleet.
Integer maxUserDurationInSeconds
The maximum time up to which a streaming session can run.
Integer disconnectTimeoutInSeconds
The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.
String description
The description of the fleet.
String displayName
The display name of the fleet.
Boolean enableDefaultInternetAccess
Enable/Disable default Internet access from fleet.
Fleet fleet
The details for the created fleet.
Stack stack
The details for the created stack.
String stackName
The stack for which the URL is generated.
String fleetName
The fleet for which the URL is generated.
String userId
A unique user ID for whom the URL is generated.
String applicationId
The ID of the application that must be launched after the session starts.
Long validity
The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.
String sessionContext
The sessionContext of the streaming URL.
String name
The name of the fleet to be deleted.
String name
The name of the stack to delete.
String stackName
The name of the stack for which to list sessions.
String fleetName
The name of the fleet for which to list sessions.
String userId
The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.
String nextToken
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Integer limit
The size of each page of results. The default value is 20 and the maximum supported value is 50.
String authenticationType
The authentication method of the user. It can be API for a user authenticated using a streaming url
or SAML for a SAML federated user. If an authentication type is not provided, the operation defaults
to users authenticated using a streaming url.
String sessionId
The unique identifier of the streaming session to be stopped.
String arn
The ARN for the fleet.
String name
The name of the fleet.
String displayName
The name displayed to end users on the AppStream 2.0 portal.
String description
The description displayed to end users on the AppStream 2.0 portal.
String imageName
The image used by the fleet.
String instanceType
The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.
ComputeCapacityStatus computeCapacityStatus
The capacity information for the fleet.
Integer maxUserDurationInSeconds
The maximum time during which a streaming session can run.
Integer disconnectTimeoutInSeconds
The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.
String state
The current state for the fleet.
VpcConfig vpcConfig
The VPC configuration for the fleet.
Date createdTime
The time at which the fleet was created.
List<E> fleetErrors
The list of fleet errors is appended to this list.
Boolean enableDefaultInternetAccess
Default Internet access from the fleet. True (Enabled), False (Disabled).
String name
The unique identifier for the image.
String arn
The ARN for the image.
String baseImageArn
The source image ARN from which this image was created.
String displayName
The display name for the image.
String state
The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.
String visibility
The visibility of an image to the user; images can be public or private.
Boolean imageBuilderSupported
Indicates whether an image builder can be launched from this image.
String platform
The operating system platform of the image.
String description
A meaningful description for the image.
ImageStateChangeReason stateChangeReason
The reason why the last state change occurred.
List<E> applications
The applications associated with an image.
Date createdTime
The timestamp when the image was created.
String id
The unique ID for a streaming session.
String userId
The identifier of the user for whom the session was created.
String stackName
The name of the stack for which the streaming session was created.
String fleetName
The name of the fleet for which the streaming session was created.
String state
The current state of the streaming session.
String authenticationType
The authentication method of the user for whom the session was created. It can be API for a user
authenticated using a streaming url or SAML for a SAML federated user.
String name
The name of the fleet to start.
String name
The name of the fleet to stop.
String imageName
The image name from which a fleet is created.
String name
The name of the fleet.
String instanceType
The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.
ComputeCapacity computeCapacity
The parameters for the capacity allocated to the fleet.
VpcConfig vpcConfig
The VPC configuration for the fleet.
Integer maxUserDurationInSeconds
The maximum time during which a streaming session can run.
Integer disconnectTimeoutInSeconds
The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.
Boolean deleteVpcConfig
Delete the VPC association for the specified fleet.
String description
The description displayed to end users on the AppStream 2.0 portal.
String displayName
The name displayed to end users on the AppStream 2.0 portal.
Boolean enableDefaultInternetAccess
Enable/Disable default Internet access from fleet.
Fleet fleet
A list of fleet details.
Stack stack
A list of stack details.
Copyright © 2017. All rights reserved.