| 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.ELBV2.Types.TargetHealthDescription
Description
Synopsis
- data TargetHealthDescription = TargetHealthDescription' {}
- newTargetHealthDescription :: TargetHealthDescription
- targetHealthDescription_healthCheckPort :: Lens' TargetHealthDescription (Maybe Text)
- targetHealthDescription_target :: Lens' TargetHealthDescription (Maybe TargetDescription)
- targetHealthDescription_targetHealth :: Lens' TargetHealthDescription (Maybe TargetHealth)
Documentation
data TargetHealthDescription Source #
Information about the health of a target.
See: newTargetHealthDescription smart constructor.
Constructors
| TargetHealthDescription' | |
Fields
| |
Instances
newTargetHealthDescription :: TargetHealthDescription Source #
Create a value of TargetHealthDescription 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:healthCheckPort:TargetHealthDescription', targetHealthDescription_healthCheckPort - The port to use to connect with the target.
$sel:target:TargetHealthDescription', targetHealthDescription_target - The description of the target.
$sel:targetHealth:TargetHealthDescription', targetHealthDescription_targetHealth - The health information for the target.
targetHealthDescription_healthCheckPort :: Lens' TargetHealthDescription (Maybe Text) Source #
The port to use to connect with the target.
targetHealthDescription_target :: Lens' TargetHealthDescription (Maybe TargetDescription) Source #
The description of the target.
targetHealthDescription_targetHealth :: Lens' TargetHealthDescription (Maybe TargetHealth) Source #
The health information for the target.