certificates

@JvmName(name = "cqmtawxmsphmkirg")
suspend fun certificates(value: Output<List<PoolCertificateArgs>>)
@JvmName(name = "nrgpbfjpajttdlxv")
suspend fun certificates(value: List<PoolCertificateArgs>?)

Parameters

value

One or more certificate blocks that describe the certificates to be installed on each compute node in the pool as defined below.


@JvmName(name = "lpfsymwmtbdnoogr")
suspend fun certificates(vararg values: Output<PoolCertificateArgs>)


@JvmName(name = "uuhljyfvhsepwbbd")
suspend fun certificates(values: List<Output<PoolCertificateArgs>>)
@JvmName(name = "jtuvoqyspceyixsl")
suspend fun certificates(vararg values: PoolCertificateArgs)

Parameters

values

One or more certificate blocks that describe the certificates to be installed on each compute node in the pool as defined below.


@JvmName(name = "jnlggcrfcngsjfjt")
suspend fun certificates(argument: List<suspend PoolCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "cphtuysqiyihvcip")
suspend fun certificates(vararg argument: suspend PoolCertificateArgsBuilder.() -> Unit)
@JvmName(name = "molfriormoxfwidp")
suspend fun certificates(argument: suspend PoolCertificateArgsBuilder.() -> Unit)

Parameters

argument

One or more certificate blocks that describe the certificates to be installed on each compute node in the pool as defined below.