| 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.ArcZonalShift.Types.ManagedResourceSummary
Description
Synopsis
- data ManagedResourceSummary = ManagedResourceSummary' {}
- newManagedResourceSummary :: ManagedResourceSummary
- managedResourceSummary_arn :: Lens' ManagedResourceSummary (Maybe Text)
- managedResourceSummary_name :: Lens' ManagedResourceSummary (Maybe Text)
- managedResourceSummary_availabilityZones :: Lens' ManagedResourceSummary [Text]
Documentation
data ManagedResourceSummary Source #
A complex structure for a managed resource in an account.
A managed resource is a Network Load Balancer or Application Load Balancer that has been registered with Route 53 ARC by Elastic Load Balancing. You can start a zonal shift in Route 53 ARC for a managed resource to temporarily move traffic for the resource away from an Availability Zone in an AWS Region.
At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
See: newManagedResourceSummary smart constructor.
Constructors
| ManagedResourceSummary' | |
Instances
newManagedResourceSummary :: ManagedResourceSummary Source #
Create a value of ManagedResourceSummary 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:arn:ManagedResourceSummary', managedResourceSummary_arn - The Amazon Resource Name (ARN) for the managed resource.
$sel:name:ManagedResourceSummary', managedResourceSummary_name - The name of the managed resource.
$sel:availabilityZones:ManagedResourceSummary', managedResourceSummary_availabilityZones - The Availability Zones that a resource is deployed in.
managedResourceSummary_arn :: Lens' ManagedResourceSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) for the managed resource.
managedResourceSummary_name :: Lens' ManagedResourceSummary (Maybe Text) Source #
The name of the managed resource.
managedResourceSummary_availabilityZones :: Lens' ManagedResourceSummary [Text] Source #
The Availability Zones that a resource is deployed in.