dnsNames

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


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