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 |
Documentation
data ZoneAwarenessConfig Source #
The zone awareness configuration for the domain cluster, such as the number of availability zones.
See: newZoneAwarenessConfig
smart constructor.
ZoneAwarenessConfig' | |
|
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
- An integer value to indicate the number of availability zones for a
domain when zone awareness is enabled. This should be equal to number of
subnets if VPC endpoints is enabled.
zoneAwarenessConfig_availabilityZoneCount :: Lens' ZoneAwarenessConfig (Maybe Int) Source #
An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled.