hosts

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


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