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
data SubDomainSetting Source #
Describes the settings for the subdomain.
See: newSubDomainSetting
smart constructor.
SubDomainSetting' | |
|
Instances
Create a value of SubDomainSetting
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:prefix:SubDomainSetting'
, subDomainSetting_prefix
- The prefix setting for the subdomain.
$sel:branchName:SubDomainSetting'
, subDomainSetting_branchName
- The branch name setting for the subdomain.
subDomainSetting_prefix :: Lens' SubDomainSetting Text Source #
The prefix setting for the subdomain.
subDomainSetting_branchName :: Lens' SubDomainSetting Text Source #
The branch name setting for the subdomain.