| 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.ElasticBeanstalk.Types.SourceConfiguration
Description
Documentation
data SourceConfiguration Source #
A specification for an environment configuration.
See: newSourceConfiguration smart constructor.
Constructors
| SourceConfiguration' | |
Fields
| |
Instances
newSourceConfiguration :: SourceConfiguration Source #
Create a value of SourceConfiguration 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:applicationName:SourceConfiguration', sourceConfiguration_applicationName - The name of the application associated with the configuration.
$sel:templateName:SourceConfiguration', sourceConfiguration_templateName - The name of the configuration template.
sourceConfiguration_applicationName :: Lens' SourceConfiguration (Maybe Text) Source #
The name of the application associated with the configuration.
sourceConfiguration_templateName :: Lens' SourceConfiguration (Maybe Text) Source #
The name of the configuration template.