| 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.Route53RecoveryReadiness.Types.TargetResource
Description
Documentation
data TargetResource Source #
The target resource that the Route 53 record points to.
See: newTargetResource smart constructor.
Constructors
| TargetResource' | |
Fields
| |
Instances
newTargetResource :: TargetResource Source #
Create a value of TargetResource 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:nLBResource:TargetResource', targetResource_nLBResource - The Network Load Balancer Resource.
$sel:r53Resource:TargetResource', targetResource_r53Resource - The Route 53 resource.
targetResource_nLBResource :: Lens' TargetResource (Maybe NLBResource) Source #
The Network Load Balancer Resource.
targetResource_r53Resource :: Lens' TargetResource (Maybe R53ResourceRecord) Source #
The Route 53 resource.