| 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.EnvironmentResourceDescription
Description
Synopsis
- data EnvironmentResourceDescription = EnvironmentResourceDescription' {}
- newEnvironmentResourceDescription :: EnvironmentResourceDescription
- environmentResourceDescription_autoScalingGroups :: Lens' EnvironmentResourceDescription (Maybe [AutoScalingGroup])
- environmentResourceDescription_environmentName :: Lens' EnvironmentResourceDescription (Maybe Text)
- environmentResourceDescription_instances :: Lens' EnvironmentResourceDescription (Maybe [Instance])
- environmentResourceDescription_launchConfigurations :: Lens' EnvironmentResourceDescription (Maybe [LaunchConfiguration])
- environmentResourceDescription_launchTemplates :: Lens' EnvironmentResourceDescription (Maybe [LaunchTemplate])
- environmentResourceDescription_loadBalancers :: Lens' EnvironmentResourceDescription (Maybe [LoadBalancer])
- environmentResourceDescription_queues :: Lens' EnvironmentResourceDescription (Maybe [Queue])
- environmentResourceDescription_triggers :: Lens' EnvironmentResourceDescription (Maybe [Trigger])
Documentation
data EnvironmentResourceDescription Source #
Describes the AWS resources in use by this environment. This data is live.
See: newEnvironmentResourceDescription smart constructor.
Constructors
| EnvironmentResourceDescription' | |
Fields
| |
Instances
newEnvironmentResourceDescription :: EnvironmentResourceDescription Source #
Create a value of EnvironmentResourceDescription 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:autoScalingGroups:EnvironmentResourceDescription', environmentResourceDescription_autoScalingGroups - The AutoScalingGroups used by this environment.
$sel:environmentName:EnvironmentResourceDescription', environmentResourceDescription_environmentName - The name of the environment.
$sel:instances:EnvironmentResourceDescription', environmentResourceDescription_instances - The Amazon EC2 instances used by this environment.
$sel:launchConfigurations:EnvironmentResourceDescription', environmentResourceDescription_launchConfigurations - The Auto Scaling launch configurations in use by this environment.
$sel:launchTemplates:EnvironmentResourceDescription', environmentResourceDescription_launchTemplates - The Amazon EC2 launch templates in use by this environment.
$sel:loadBalancers:EnvironmentResourceDescription', environmentResourceDescription_loadBalancers - The LoadBalancers in use by this environment.
$sel:queues:EnvironmentResourceDescription', environmentResourceDescription_queues - The queues used by this environment.
$sel:triggers:EnvironmentResourceDescription', environmentResourceDescription_triggers - The AutoScaling triggers in use by this environment.
environmentResourceDescription_autoScalingGroups :: Lens' EnvironmentResourceDescription (Maybe [AutoScalingGroup]) Source #
The AutoScalingGroups used by this environment.
environmentResourceDescription_environmentName :: Lens' EnvironmentResourceDescription (Maybe Text) Source #
The name of the environment.
environmentResourceDescription_instances :: Lens' EnvironmentResourceDescription (Maybe [Instance]) Source #
The Amazon EC2 instances used by this environment.
environmentResourceDescription_launchConfigurations :: Lens' EnvironmentResourceDescription (Maybe [LaunchConfiguration]) Source #
The Auto Scaling launch configurations in use by this environment.
environmentResourceDescription_launchTemplates :: Lens' EnvironmentResourceDescription (Maybe [LaunchTemplate]) Source #
The Amazon EC2 launch templates in use by this environment.
environmentResourceDescription_loadBalancers :: Lens' EnvironmentResourceDescription (Maybe [LoadBalancer]) Source #
The LoadBalancers in use by this environment.
environmentResourceDescription_queues :: Lens' EnvironmentResourceDescription (Maybe [Queue]) Source #
The queues used by this environment.
environmentResourceDescription_triggers :: Lens' EnvironmentResourceDescription (Maybe [Trigger]) Source #
The AutoScaling triggers in use by this environment.