Stack

class Stack

Describes a stack.

Types

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

Properties

Link copied to clipboard

The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

Link copied to clipboard

The persistent application settings for users of the stack.

Link copied to clipboard
val arn: String?

The ARN of the stack.

Link copied to clipboard

The time the stack was created.

Link copied to clipboard

The description to display.

Link copied to clipboard

The stack name to display.

Link copied to clipboard

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

Link copied to clipboard

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

Link copied to clipboard
val name: String?

The name of the stack.

Link copied to clipboard

The URL that users are redirected to after their streaming session ends.

Link copied to clipboard

The errors for the stack.

Link copied to clipboard

The storage connectors to enable.

Link copied to clipboard

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

Link copied to clipboard

The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.

Functions

Link copied to clipboard
inline fun copy(block: Stack.Builder.() -> Unit = {}): Stack
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