hosts

@JvmName(name = "kdwjqebryquoqtjn")
suspend fun hosts(value: Output<List<String>>)
@JvmName(name = "rmvyefthhwciahlt")
suspend fun hosts(value: List<String>)

Parameters

value

The list of host patterns to match. They must be valid hostnames, except * will match any string of (a-z0-9-.*). In that case, * must be the first character and must be followed in the pattern by either - or ..


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


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

Parameters

values

The list of host patterns to match. They must be valid hostnames, except * will match any string of (a-z0-9-.*). In that case, * must be the first character and must be followed in the pattern by either - or ..