dnsOptions

@JvmName(name = "heuglrygsvibtoqu")
suspend fun dnsOptions(value: Output<List<V3FunctionCustomDnsDnsOptionArgs>>)
@JvmName(name = "xewdfqvknltueupk")
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 = "drbisshhegjmxpfx")
suspend fun dnsOptions(vararg values: Output<V3FunctionCustomDnsDnsOptionArgs>)


@JvmName(name = "tqnipwsvvtvpsgow")
suspend fun dnsOptions(values: List<Output<V3FunctionCustomDnsDnsOptionArgs>>)
@JvmName(name = "gaapxpypikvwglht")
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 = "exnweoeuvnklleba")
suspend fun dnsOptions(argument: List<suspend V3FunctionCustomDnsDnsOptionArgsBuilder.() -> Unit>)
@JvmName(name = "tutlpjfacmhkeaqc")
suspend fun dnsOptions(vararg argument: suspend V3FunctionCustomDnsDnsOptionArgsBuilder.() -> Unit)
@JvmName(name = "cdnxewopdplyljmu")
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.