| 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.OpenSearch.Types.ZoneAwarenessConfig
Description
Documentation
data ZoneAwarenessConfig Source #
The zone awareness configuration for an Amazon OpenSearch Service domain.
See: newZoneAwarenessConfig smart constructor.
Constructors
| ZoneAwarenessConfig' | |
Fields
| |
Instances
newZoneAwarenessConfig :: ZoneAwarenessConfig Source #
Create a value of ZoneAwarenessConfig 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:availabilityZoneCount:ZoneAwarenessConfig', zoneAwarenessConfig_availabilityZoneCount - If you enabled multiple Availability Zones, this value is the number of
zones that you want the domain to use. Valid values are 2 and 3. If
your domain is provisioned within a VPC, this value be equal to number
of subnets.
zoneAwarenessConfig_availabilityZoneCount :: Lens' ZoneAwarenessConfig (Maybe Int) Source #
If you enabled multiple Availability Zones, this value is the number of
zones that you want the domain to use. Valid values are 2 and 3. If
your domain is provisioned within a VPC, this value be equal to number
of subnets.