| 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.ApiGatewayV2.Types.DomainName
Description
Synopsis
- data DomainName = DomainName' {}
- newDomainName :: Text -> DomainName
- domainName_apiMappingSelectionExpression :: Lens' DomainName (Maybe Text)
- domainName_domainNameConfigurations :: Lens' DomainName (Maybe [DomainNameConfiguration])
- domainName_mutualTlsAuthentication :: Lens' DomainName (Maybe MutualTlsAuthentication)
- domainName_tags :: Lens' DomainName (Maybe (HashMap Text Text))
- domainName_domainName :: Lens' DomainName Text
Documentation
data DomainName Source #
Represents a domain name.
See: newDomainName smart constructor.
Constructors
| DomainName' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DomainName |
Create a value of DomainName 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:apiMappingSelectionExpression:DomainName', domainName_apiMappingSelectionExpression - The API mapping selection expression.
$sel:domainNameConfigurations:DomainName', domainName_domainNameConfigurations - The domain name configurations.
$sel:mutualTlsAuthentication:DomainName', domainName_mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.
$sel:tags:DomainName', domainName_tags - The collection of tags associated with a domain name.
$sel:domainName:DomainName', domainName_domainName - The name of the DomainName resource.
domainName_apiMappingSelectionExpression :: Lens' DomainName (Maybe Text) Source #
The API mapping selection expression.
domainName_domainNameConfigurations :: Lens' DomainName (Maybe [DomainNameConfiguration]) Source #
The domain name configurations.
domainName_mutualTlsAuthentication :: Lens' DomainName (Maybe MutualTlsAuthentication) Source #
The mutual TLS authentication configuration for a custom domain name.
domainName_tags :: Lens' DomainName (Maybe (HashMap Text Text)) Source #
The collection of tags associated with a domain name.
domainName_domainName :: Lens' DomainName Text Source #
The name of the DomainName resource.