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 EnvironmentResourceDescription = EnvironmentResourceDescription' {}
- newEnvironmentResourceDescription :: EnvironmentResourceDescription
- environmentResourceDescription_queues :: Lens' EnvironmentResourceDescription (Maybe [Queue])
- environmentResourceDescription_triggers :: Lens' EnvironmentResourceDescription (Maybe [Trigger])
- environmentResourceDescription_launchTemplates :: Lens' EnvironmentResourceDescription (Maybe [LaunchTemplate])
- environmentResourceDescription_loadBalancers :: Lens' EnvironmentResourceDescription (Maybe [LoadBalancer])
- environmentResourceDescription_environmentName :: Lens' EnvironmentResourceDescription (Maybe Text)
- environmentResourceDescription_instances :: Lens' EnvironmentResourceDescription (Maybe [Instance])
- environmentResourceDescription_launchConfigurations :: Lens' EnvironmentResourceDescription (Maybe [LaunchConfiguration])
- environmentResourceDescription_autoScalingGroups :: Lens' EnvironmentResourceDescription (Maybe [AutoScalingGroup])
Documentation
data EnvironmentResourceDescription Source #
Describes the AWS resources in use by this environment. This data is live.
See: newEnvironmentResourceDescription
smart constructor.
EnvironmentResourceDescription' | |
|
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:queues:EnvironmentResourceDescription'
, environmentResourceDescription_queues
- The queues used by this environment.
$sel:triggers:EnvironmentResourceDescription'
, environmentResourceDescription_triggers
- The AutoScaling
triggers 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: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:autoScalingGroups:EnvironmentResourceDescription'
, environmentResourceDescription_autoScalingGroups
- The AutoScalingGroups
used 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.
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_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_autoScalingGroups :: Lens' EnvironmentResourceDescription (Maybe [AutoScalingGroup]) Source #
The AutoScalingGroups
used by this environment.