dnsOptions

@JvmName(name = "ahvjkydqoqheqpds")
suspend fun dnsOptions(value: Output<List<V3FunctionCustomDnsDnsOptionArgs>>)
@JvmName(name = "tldbixpjbtppxmpo")
suspend fun dnsOptions(value: List<V3FunctionCustomDnsDnsOptionArgs>?)

Parameters

value

List of configuration items in the resolv.conf file. Each item corresponds to a key-value pair in the format of key:value, where the key is required. See dns_options below.


@JvmName(name = "lsppmfywqigbohra")
suspend fun dnsOptions(vararg values: Output<V3FunctionCustomDnsDnsOptionArgs>)


@JvmName(name = "etbkcurmotpqjmis")
suspend fun dnsOptions(values: List<Output<V3FunctionCustomDnsDnsOptionArgs>>)
@JvmName(name = "oteaepbjkkujolps")
suspend fun dnsOptions(vararg values: V3FunctionCustomDnsDnsOptionArgs)

Parameters

values

List of configuration items in the resolv.conf file. Each item corresponds to a key-value pair in the format of key:value, where the key is required. See dns_options below.


@JvmName(name = "itkjsslcavnohkbr")
suspend fun dnsOptions(argument: List<suspend V3FunctionCustomDnsDnsOptionArgsBuilder.() -> Unit>)
@JvmName(name = "vqwiftcefhfjgjun")
suspend fun dnsOptions(vararg argument: suspend V3FunctionCustomDnsDnsOptionArgsBuilder.() -> Unit)
@JvmName(name = "popxkeqkfmloljoy")
suspend fun dnsOptions(argument: suspend V3FunctionCustomDnsDnsOptionArgsBuilder.() -> Unit)

Parameters

argument

List of configuration items in the resolv.conf file. Each item corresponds to a key-value pair in the format of key:value, where the key is required. See dns_options below.