| 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.AppRunner.Types.CustomDomain
Description
Synopsis
- data CustomDomain = CustomDomain' {}
- newCustomDomain :: Text -> Bool -> CustomDomainAssociationStatus -> CustomDomain
- customDomain_certificateValidationRecords :: Lens' CustomDomain (Maybe [CertificateValidationRecord])
- customDomain_domainName :: Lens' CustomDomain Text
- customDomain_enableWWWSubdomain :: Lens' CustomDomain Bool
- customDomain_status :: Lens' CustomDomain CustomDomainAssociationStatus
Documentation
data CustomDomain Source #
Describes a custom domain that's associated with an App Runner service.
See: newCustomDomain smart constructor.
Constructors
| CustomDomain' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Bool | |
| -> CustomDomainAssociationStatus | |
| -> CustomDomain |
Create a value of CustomDomain 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:certificateValidationRecords:CustomDomain', customDomain_certificateValidationRecords - A list of certificate CNAME records that's used for this domain name.
$sel:domainName:CustomDomain', customDomain_domainName - An associated custom domain endpoint. It can be a root domain (for
example, example.com), a subdomain (for example, login.example.com
or admin.login.example.com), or a wildcard (for example,
*.example.com).
$sel:enableWWWSubdomain:CustomDomain', customDomain_enableWWWSubdomain - When true, the subdomain www.DomainName is associated with
the App Runner service in addition to the base domain.
CustomDomain, customDomain_status - The current state of the domain name association.
customDomain_certificateValidationRecords :: Lens' CustomDomain (Maybe [CertificateValidationRecord]) Source #
A list of certificate CNAME records that's used for this domain name.
customDomain_domainName :: Lens' CustomDomain Text Source #
An associated custom domain endpoint. It can be a root domain (for
example, example.com), a subdomain (for example, login.example.com
or admin.login.example.com), or a wildcard (for example,
*.example.com).
customDomain_enableWWWSubdomain :: Lens' CustomDomain Bool Source #
When true, the subdomain www.DomainName is associated with
the App Runner service in addition to the base domain.
customDomain_status :: Lens' CustomDomain CustomDomainAssociationStatus Source #
The current state of the domain name association.