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 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.
DelegationSet' | |
|
Instances
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:id:DelegationSet'
, delegationSet_id
- The ID that Amazon Route 53 assigns to a reusable delegation set.
$sel:callerReference:DelegationSet'
, delegationSet_callerReference
- The value that you specified for CallerReference
when you created the
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_id :: Lens' DelegationSet (Maybe ResourceId) Source #
The ID that Amazon Route 53 assigns to 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_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.