destinationFqdns

@JvmName(name = "lgyrtppqwcjbygts")
suspend fun destinationFqdns(value: Output<List<String>>)
@JvmName(name = "qesuqccwcatwlffb")
suspend fun destinationFqdns(value: List<String>?)

Parameters

value

A list of destination FQDNS for the rule.

NOTE You must enable DNS Proxy to use FQDNs in your network rules. NOTE At least one of destination_addresses, destination_ip_groups and destination_fqdns must be specified for a rule.


@JvmName(name = "undivcftvmyvthcl")
suspend fun destinationFqdns(vararg values: Output<String>)


@JvmName(name = "uglotevucrosnjyh")
suspend fun destinationFqdns(values: List<Output<String>>)
@JvmName(name = "klmacxanvdaysgdc")
suspend fun destinationFqdns(vararg values: String)

Parameters

values

A list of destination FQDNS for the rule.

NOTE You must enable DNS Proxy to use FQDNs in your network rules. NOTE At least one of destination_addresses, destination_ip_groups and destination_fqdns must be specified for a rule.