dnsNames

@JvmName(name = "oiuwnyhipgmuljqb")
suspend fun dnsNames(value: Output<List<String>>)
@JvmName(name = "ogkhmnbrlvqowdvu")
suspend fun dnsNames(value: List<String>?)

Parameters

value

A list of alternative DNS names (FQDNs) identified by the Certificate. Changing this forces a new resource to be created.


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


@JvmName(name = "fpyinedvgmtumurx")
suspend fun dnsNames(values: List<Output<String>>)
@JvmName(name = "jcpwtlfuslbshulo")
suspend fun dnsNames(vararg values: String)

Parameters

values

A list of alternative DNS names (FQDNs) identified by the Certificate. Changing this forces a new resource to be created.