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
- 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.
CustomDomain' | |
|
Instances
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.
$sel:status: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.