hosts

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

Parameters

value

List of hostnames to provision the certificate pack for. The zone name must be included as a host. Note: If using Let's Encrypt, you cannot use individual subdomains and only a wildcard for subdomain is available. Modifying this attribute will force creation of a new resource.


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


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

Parameters

values

List of hostnames to provision the certificate pack for. The zone name must be included as a host. Note: If using Let's Encrypt, you cannot use individual subdomains and only a wildcard for subdomain is available. Modifying this attribute will force creation of a new resource.