GroupDnsConfigArgs

data class GroupDnsConfigArgs(val nameservers: Output<List<String>>, val options: Output<List<String>>? = null, val searchDomains: Output<List<String>>? = null) : ConvertibleToJava<GroupDnsConfigArgs>

Constructors

Link copied to clipboard
constructor(nameservers: Output<List<String>>, options: Output<List<String>>? = null, searchDomains: Output<List<String>>? = null)

Properties

Link copied to clipboard
val nameservers: Output<List<String>>

A list of nameservers the containers will search out to resolve requests. Changing this forces a new resource to be created.

Link copied to clipboard
val options: Output<List<String>>? = null

A list of resolver configuration options. Changing this forces a new resource to be created.

Link copied to clipboard
val searchDomains: Output<List<String>>? = null

A list of search domains that DNS requests will search along. Changing this forces a new resource to be created.

Functions

Link copied to clipboard
open override fun toJava(): GroupDnsConfigArgs