| 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.OptionSpecification
Description
Synopsis
- data OptionSpecification = OptionSpecification' {
- namespace :: Maybe Text
- optionName :: Maybe Text
- resourceName :: Maybe Text
- newOptionSpecification :: OptionSpecification
- optionSpecification_namespace :: Lens' OptionSpecification (Maybe Text)
- optionSpecification_optionName :: Lens' OptionSpecification (Maybe Text)
- optionSpecification_resourceName :: Lens' OptionSpecification (Maybe Text)
Documentation
data OptionSpecification Source #
A specification identifying an individual configuration option.
See: newOptionSpecification smart constructor.
Constructors
| OptionSpecification' | |
Fields
| |
Instances
newOptionSpecification :: OptionSpecification Source #
Create a value of OptionSpecification 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:namespace:OptionSpecification', optionSpecification_namespace - A unique namespace identifying the option's associated AWS resource.
$sel:optionName:OptionSpecification', optionSpecification_optionName - The name of the configuration option.
$sel:resourceName:OptionSpecification', optionSpecification_resourceName - A unique resource name for a time-based scaling configuration option.
optionSpecification_namespace :: Lens' OptionSpecification (Maybe Text) Source #
A unique namespace identifying the option's associated AWS resource.
optionSpecification_optionName :: Lens' OptionSpecification (Maybe Text) Source #
The name of the configuration option.
optionSpecification_resourceName :: Lens' OptionSpecification (Maybe Text) Source #
A unique resource name for a time-based scaling configuration option.