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 |
Documentation
data ServiceDiscovery Source #
An object that represents the service discovery information for a virtual node.
See: newServiceDiscovery
smart constructor.
ServiceDiscovery' | |
|
Instances
newServiceDiscovery :: ServiceDiscovery Source #
Create a value of ServiceDiscovery
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:awsCloudMap:ServiceDiscovery'
, serviceDiscovery_awsCloudMap
- Specifies any Cloud Map information for the virtual node.
$sel:dns:ServiceDiscovery'
, serviceDiscovery_dns
- Specifies the DNS information for the virtual node.
serviceDiscovery_awsCloudMap :: Lens' ServiceDiscovery (Maybe AwsCloudMapServiceDiscovery) Source #
Specifies any Cloud Map information for the virtual node.
serviceDiscovery_dns :: Lens' ServiceDiscovery (Maybe DnsServiceDiscovery) Source #
Specifies the DNS information for the virtual node.