hosts

@JvmName(name = "rvgrckesnltvulyk")
suspend fun hosts(value: Output<List<String>>)
@JvmName(name = "dumsmmomigvrhrhn")
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 = "acyrpvcdcdrjrsly")
suspend fun hosts(vararg values: Output<String>)


@JvmName(name = "ffckpmkbymvdruil")
suspend fun hosts(values: List<Output<String>>)
@JvmName(name = "vnoyjoytqctgrfbj")
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.