dnsNames

@JvmName(name = "lhnfvqdsqrqtvabe")
suspend fun dnsNames(value: Output<List<String>>)
@JvmName(name = "midndtjgdclemfrj")
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 = "vocahnbcyclcvham")
suspend fun dnsNames(vararg values: Output<String>)


@JvmName(name = "njykjdbwagijnmwv")
suspend fun dnsNames(values: List<Output<String>>)
@JvmName(name = "ouymghqdxtjrxdnx")
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.