Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AppSpecification = AppSpecification' {}
- newAppSpecification :: Text -> AppSpecification
- appSpecification_containerArguments :: Lens' AppSpecification (Maybe (NonEmpty Text))
- appSpecification_containerEntrypoint :: Lens' AppSpecification (Maybe (NonEmpty Text))
- appSpecification_imageUri :: Lens' AppSpecification Text
Documentation
data AppSpecification Source #
Configuration to run a processing job in a specified container image.
See: newAppSpecification
smart constructor.
AppSpecification' | |
|
Instances
Create a value of AppSpecification
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:containerArguments:AppSpecification'
, appSpecification_containerArguments
- The arguments for a container used to run a processing job.
$sel:containerEntrypoint:AppSpecification'
, appSpecification_containerEntrypoint
- The entrypoint for a container used to run a processing job.
$sel:imageUri:AppSpecification'
, appSpecification_imageUri
- The container image to be run by the processing job.
appSpecification_containerArguments :: Lens' AppSpecification (Maybe (NonEmpty Text)) Source #
The arguments for a container used to run a processing job.
appSpecification_containerEntrypoint :: Lens' AppSpecification (Maybe (NonEmpty Text)) Source #
The entrypoint for a container used to run a processing job.
appSpecification_imageUri :: Lens' AppSpecification Text Source #
The container image to be run by the processing job.