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 HostedZoneLimit Source #
A complex type that contains the type of limit that you specified in the request and the current value for that limit.
See: newHostedZoneLimit
smart constructor.
HostedZoneLimit' | |
|
Instances
Create a value of HostedZoneLimit
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:type':HostedZoneLimit'
, hostedZoneLimit_type
- The limit that you requested. Valid values include the following:
- MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
- MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
$sel:value:HostedZoneLimit'
, hostedZoneLimit_value
- The current value for the limit that is specified by Type
.
hostedZoneLimit_type :: Lens' HostedZoneLimit HostedZoneLimitType Source #
The limit that you requested. Valid values include the following:
- MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
- MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
hostedZoneLimit_value :: Lens' HostedZoneLimit Natural Source #
The current value for the limit that is specified by Type
.