| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppStream.Types.Application
Description
Synopsis
- data Application = Application' {
- appBlockArn :: Maybe Text
- arn :: Maybe Text
- createdTime :: Maybe POSIX
- description :: Maybe Text
- displayName :: Maybe Text
- enabled :: Maybe Bool
- iconS3Location :: Maybe S3Location
- iconURL :: Maybe Text
- instanceFamilies :: Maybe [Text]
- launchParameters :: Maybe Text
- launchPath :: Maybe Text
- metadata :: Maybe (HashMap Text Text)
- name :: Maybe Text
- platforms :: Maybe [PlatformType]
- workingDirectory :: Maybe Text
- newApplication :: Application
- application_appBlockArn :: Lens' Application (Maybe Text)
- application_arn :: Lens' Application (Maybe Text)
- application_createdTime :: Lens' Application (Maybe UTCTime)
- application_description :: Lens' Application (Maybe Text)
- application_displayName :: Lens' Application (Maybe Text)
- application_enabled :: Lens' Application (Maybe Bool)
- application_iconS3Location :: Lens' Application (Maybe S3Location)
- application_iconURL :: Lens' Application (Maybe Text)
- application_instanceFamilies :: Lens' Application (Maybe [Text])
- application_launchParameters :: Lens' Application (Maybe Text)
- application_launchPath :: Lens' Application (Maybe Text)
- application_metadata :: Lens' Application (Maybe (HashMap Text Text))
- application_name :: Lens' Application (Maybe Text)
- application_platforms :: Lens' Application (Maybe [PlatformType])
- application_workingDirectory :: Lens' Application (Maybe Text)
Documentation
data Application Source #
Describes an application in the application catalog.
See: newApplication smart constructor.
Constructors
| Application' | |
Fields
| |
Instances
newApplication :: Application Source #
Create a value of Application 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:appBlockArn:Application', application_appBlockArn - The app block ARN of the application.
$sel:arn:Application', application_arn - The ARN of the application.
$sel:createdTime:Application', application_createdTime - The time at which the application was created within the app block.
$sel:description:Application', application_description - The description of the application.
$sel:displayName:Application', application_displayName - The application name to display.
$sel:enabled:Application', application_enabled - If there is a problem, the application can be disabled after image
creation.
$sel:iconS3Location:Application', application_iconS3Location - The S3 location of the application icon.
$sel:iconURL:Application', application_iconURL - The URL for the application icon. This URL might be time-limited.
$sel:instanceFamilies:Application', application_instanceFamilies - The instance families for the application.
$sel:launchParameters:Application', application_launchParameters - The arguments that are passed to the application at launch.
$sel:launchPath:Application', application_launchPath - The path to the application executable in the instance.
$sel:metadata:Application', application_metadata - Additional attributes that describe the application.
$sel:name:Application', application_name - The name of the application.
$sel:platforms:Application', application_platforms - The platforms on which the application can run.
$sel:workingDirectory:Application', application_workingDirectory - The working directory for the application.
application_appBlockArn :: Lens' Application (Maybe Text) Source #
The app block ARN of the application.
application_arn :: Lens' Application (Maybe Text) Source #
The ARN of the application.
application_createdTime :: Lens' Application (Maybe UTCTime) Source #
The time at which the application was created within the app block.
application_description :: Lens' Application (Maybe Text) Source #
The description of the application.
application_displayName :: Lens' Application (Maybe Text) Source #
The application name to display.
application_enabled :: Lens' Application (Maybe Bool) Source #
If there is a problem, the application can be disabled after image creation.
application_iconS3Location :: Lens' Application (Maybe S3Location) Source #
The S3 location of the application icon.
application_iconURL :: Lens' Application (Maybe Text) Source #
The URL for the application icon. This URL might be time-limited.
application_instanceFamilies :: Lens' Application (Maybe [Text]) Source #
The instance families for the application.
application_launchParameters :: Lens' Application (Maybe Text) Source #
The arguments that are passed to the application at launch.
application_launchPath :: Lens' Application (Maybe Text) Source #
The path to the application executable in the instance.
application_metadata :: Lens' Application (Maybe (HashMap Text Text)) Source #
Additional attributes that describe the application.
application_name :: Lens' Application (Maybe Text) Source #
The name of the application.
application_platforms :: Lens' Application (Maybe [PlatformType]) Source #
The platforms on which the application can run.
application_workingDirectory :: Lens' Application (Maybe Text) Source #
The working directory for the application.