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 AwsElasticBeanstalkEnvironmentOptionSetting = AwsElasticBeanstalkEnvironmentOptionSetting' {}
- newAwsElasticBeanstalkEnvironmentOptionSetting :: AwsElasticBeanstalkEnvironmentOptionSetting
- awsElasticBeanstalkEnvironmentOptionSetting_optionName :: Lens' AwsElasticBeanstalkEnvironmentOptionSetting (Maybe Text)
- awsElasticBeanstalkEnvironmentOptionSetting_resourceName :: Lens' AwsElasticBeanstalkEnvironmentOptionSetting (Maybe Text)
- awsElasticBeanstalkEnvironmentOptionSetting_namespace :: Lens' AwsElasticBeanstalkEnvironmentOptionSetting (Maybe Text)
- awsElasticBeanstalkEnvironmentOptionSetting_value :: Lens' AwsElasticBeanstalkEnvironmentOptionSetting (Maybe Text)
Documentation
data AwsElasticBeanstalkEnvironmentOptionSetting Source #
A configuration option setting for the environment.
See: newAwsElasticBeanstalkEnvironmentOptionSetting
smart constructor.
Instances
newAwsElasticBeanstalkEnvironmentOptionSetting :: AwsElasticBeanstalkEnvironmentOptionSetting Source #
Create a value of AwsElasticBeanstalkEnvironmentOptionSetting
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:optionName:AwsElasticBeanstalkEnvironmentOptionSetting'
, awsElasticBeanstalkEnvironmentOptionSetting_optionName
- The name of the option.
$sel:resourceName:AwsElasticBeanstalkEnvironmentOptionSetting'
, awsElasticBeanstalkEnvironmentOptionSetting_resourceName
- The name of the resource.
$sel:namespace:AwsElasticBeanstalkEnvironmentOptionSetting'
, awsElasticBeanstalkEnvironmentOptionSetting_namespace
- The type of resource that the configuration option is associated with.
$sel:value:AwsElasticBeanstalkEnvironmentOptionSetting'
, awsElasticBeanstalkEnvironmentOptionSetting_value
- The value of the configuration setting.
awsElasticBeanstalkEnvironmentOptionSetting_optionName :: Lens' AwsElasticBeanstalkEnvironmentOptionSetting (Maybe Text) Source #
The name of the option.
awsElasticBeanstalkEnvironmentOptionSetting_resourceName :: Lens' AwsElasticBeanstalkEnvironmentOptionSetting (Maybe Text) Source #
The name of the resource.
awsElasticBeanstalkEnvironmentOptionSetting_namespace :: Lens' AwsElasticBeanstalkEnvironmentOptionSetting (Maybe Text) Source #
The type of resource that the configuration option is associated with.
awsElasticBeanstalkEnvironmentOptionSetting_value :: Lens' AwsElasticBeanstalkEnvironmentOptionSetting (Maybe Text) Source #
The value of the configuration setting.