hosts

@JvmName(name = "vubdwurthcscdpsn")
suspend fun hosts(value: Output<List<String>>)
@JvmName(name = "ffdyjxvmsgnlrogm")
suspend fun hosts(value: List<String>?)

Parameters

value

Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.


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


@JvmName(name = "fqgfcdsolpxrjpix")
suspend fun hosts(values: List<Output<String>>)
@JvmName(name = "derqykddpholbemg")
suspend fun hosts(vararg values: String)

Parameters

values

Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.