libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53AutoNaming.Types.NamespaceProperties

Description

 
Synopsis

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

Instances details
Eq NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

Read NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

Show NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

Generic NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

Associated Types

type Rep NamespaceProperties :: Type -> Type #

NFData NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

Methods

rnf :: NamespaceProperties -> () #

Hashable NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

FromJSON NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

type Rep NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

type Rep NamespaceProperties = D1 ('MetaData "NamespaceProperties" "Amazonka.Route53AutoNaming.Types.NamespaceProperties" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "NamespaceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DnsProperties)) :*: S1 ('MetaSel ('Just "httpProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpProperties))))

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.