AppBlock

class AppBlock

Describes an app block.

App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.

This is only supported for Elastic fleets.

Types

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

Properties

Link copied to clipboard

The errors of the app block.

Link copied to clipboard
val arn: String?

The ARN of the app block.

Link copied to clipboard

The created time of the app block.

Link copied to clipboard

The description of the app block.

Link copied to clipboard

The display name of the app block.

Link copied to clipboard
val name: String?

The name of the app block.

Link copied to clipboard

The packaging type of the app block.

Link copied to clipboard

The post setup script details of the app block.

Link copied to clipboard

The setup script details of the app block.

Link copied to clipboard

The source S3 location of the app block.

Link copied to clipboard

The state of the app block.

Functions

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