ServiceDiscovery

sealed class ServiceDiscovery

An object that represents the service discovery information for a virtual node.

Inheritors

Types

Link copied to clipboard

Specifies any Cloud Map information for the virtual node.

Link copied to clipboard
data class Dns(val value: DnsServiceDiscovery) : ServiceDiscovery

Specifies the DNS information for the virtual node.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Casts this ServiceDiscovery as a Dns and retrieves its aws.sdk.kotlin.services.appmesh.model.DnsServiceDiscovery value. Throws an exception if the ServiceDiscovery is not a Dns.

Link copied to clipboard

Casts this ServiceDiscovery as a Dns and retrieves its aws.sdk.kotlin.services.appmesh.model.DnsServiceDiscovery value. Returns null if the ServiceDiscovery is not a Dns.