| 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.Route53AutoNaming.Types.NamespaceProperties
Description
Documentation
data NamespaceProperties Source #
A complex type that contains information that's specific to the namespace type.
See: newNamespaceProperties smart constructor.
Constructors
| NamespaceProperties' | |
Fields
| |
Instances
newNamespaceProperties :: NamespaceProperties Source #
Create a value of NamespaceProperties 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:dnsProperties:NamespaceProperties', namespaceProperties_dnsProperties - A complex type that contains the ID for the Route 53 hosted zone that
Cloud Map creates when you create a namespace.
$sel:httpProperties:NamespaceProperties', namespaceProperties_httpProperties - A complex type that contains the name of an HTTP namespace.
namespaceProperties_dnsProperties :: Lens' NamespaceProperties (Maybe DnsProperties) Source #
A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
namespaceProperties_httpProperties :: Lens' NamespaceProperties (Maybe HttpProperties) Source #
A complex type that contains the name of an HTTP namespace.