amazonka-appstream-2.0: Amazon AppStream SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppStream.Types.AppBlock

Description

 
Synopsis

Documentation

data AppBlock Source #

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.

See: newAppBlock smart constructor.

Constructors

AppBlock' 

Fields

Instances

Instances details
FromJSON AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Generic AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Associated Types

type Rep AppBlock :: Type -> Type #

Methods

from :: AppBlock -> Rep AppBlock x #

to :: Rep AppBlock x -> AppBlock #

Read AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Show AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

NFData AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Methods

rnf :: AppBlock -> () #

Eq AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Hashable AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

Methods

hashWithSalt :: Int -> AppBlock -> Int #

hash :: AppBlock -> Int #

type Rep AppBlock Source # 
Instance details

Defined in Amazonka.AppStream.Types.AppBlock

newAppBlock Source #

Create a value of AppBlock with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdTime:AppBlock', appBlock_createdTime - The created time of the app block.

$sel:description:AppBlock', appBlock_description - The description of the app block.

$sel:displayName:AppBlock', appBlock_displayName - The display name of the app block.

$sel:sourceS3Location:AppBlock', appBlock_sourceS3Location - The source S3 location of the app block.

$sel:name:AppBlock', appBlock_name - The name of the app block.

$sel:arn:AppBlock', appBlock_arn - The ARN of the app block.

$sel:setupScriptDetails:AppBlock', appBlock_setupScriptDetails - The setup script details of the app block.

appBlock_createdTime :: Lens' AppBlock (Maybe UTCTime) Source #

The created time of the app block.

appBlock_description :: Lens' AppBlock (Maybe Text) Source #

The description of the app block.

appBlock_displayName :: Lens' AppBlock (Maybe Text) Source #

The display name of the app block.

appBlock_sourceS3Location :: Lens' AppBlock (Maybe S3Location) Source #

The source S3 location of the app block.

appBlock_name :: Lens' AppBlock Text Source #

The name of the app block.

appBlock_arn :: Lens' AppBlock Text Source #

The ARN of the app block.

appBlock_setupScriptDetails :: Lens' AppBlock ScriptDetails Source #

The setup script details of the app block.