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 |
Synopsis
Documentation
The subdomain for the domain association.
See: newSubDomain
smart constructor.
SubDomain' | |
|
Instances
Eq SubDomain Source # | |
Read SubDomain Source # | |
Show SubDomain Source # | |
Generic SubDomain Source # | |
NFData SubDomain Source # | |
Defined in Amazonka.Amplify.Types.SubDomain | |
Hashable SubDomain Source # | |
Defined in Amazonka.Amplify.Types.SubDomain | |
FromJSON SubDomain Source # | |
type Rep SubDomain Source # | |
Defined in Amazonka.Amplify.Types.SubDomain type Rep SubDomain = D1 ('MetaData "SubDomain" "Amazonka.Amplify.Types.SubDomain" "libZSservicesZSamazonka-amplifyZSamazonka-amplify" 'False) (C1 ('MetaCons "SubDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subDomainSetting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SubDomainSetting) :*: (S1 ('MetaSel ('Just "verified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "dnsRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) |
:: SubDomainSetting | |
-> Bool | |
-> Text | |
-> SubDomain |
Create a value of SubDomain
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:subDomainSetting:SubDomain'
, subDomain_subDomainSetting
- Describes the settings for the subdomain.
$sel:verified:SubDomain'
, subDomain_verified
- The verified status of the subdomain
$sel:dnsRecord:SubDomain'
, subDomain_dnsRecord
- The DNS record for the subdomain.
subDomain_subDomainSetting :: Lens' SubDomain SubDomainSetting Source #
Describes the settings for the subdomain.