| 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.DelegationSet
Description
Documentation
data DelegationSet Source #
A complex type that lists the name servers in a delegation set, as well
as the CallerReference and the ID for the delegation set.
See: newDelegationSet smart constructor.
Constructors
| DelegationSet' | |
Fields
| |
Instances
Arguments
| :: NonEmpty Text | |
| -> DelegationSet |
Create a value of DelegationSet 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:callerReference:DelegationSet', delegationSet_callerReference - The value that you specified for CallerReference when you created the
reusable delegation set.
$sel:id:DelegationSet', delegationSet_id - The ID that Amazon Route 53 assigns to a reusable delegation set.
$sel:nameServers:DelegationSet', delegationSet_nameServers - A complex type that contains a list of the authoritative name servers
for a hosted zone or for a reusable delegation set.
delegationSet_callerReference :: Lens' DelegationSet (Maybe Text) Source #
The value that you specified for CallerReference when you created the
reusable delegation set.
delegationSet_id :: Lens' DelegationSet (Maybe ResourceId) Source #
The ID that Amazon Route 53 assigns to a reusable delegation set.
delegationSet_nameServers :: Lens' DelegationSet (NonEmpty Text) Source #
A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.