Dns

data class Dns(val value: DnsServiceDiscovery) : ServiceDiscovery

Specifies the DNS information for the virtual node.

Constructors

Link copied to clipboard
constructor(value: DnsServiceDiscovery)

Properties

Link copied to clipboard

Inherited 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.