| 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.Route53.Types.HostedZoneLimit
Description
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.
Constructors
| HostedZoneLimit' | |
Fields
| |
Instances
Arguments
| :: HostedZoneLimitType | |
| -> Natural | |
| -> HostedZoneLimit |
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.