certificates

@JvmName(name = "ebmviadfrgycgdeu")
suspend fun certificates(value: Output<List<PoolCertificateArgs>>)
@JvmName(name = "sqcgnhbrncwsclft")
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 = "mwddntojlrdtfqfv")
suspend fun certificates(vararg values: Output<PoolCertificateArgs>)


@JvmName(name = "igehldaiydodiibd")
suspend fun certificates(values: List<Output<PoolCertificateArgs>>)
@JvmName(name = "qadqqnbyitdpdedj")
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 = "klynmjhllvyeqwel")
suspend fun certificates(argument: List<suspend PoolCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "oaqljfqnrhktykdp")
suspend fun certificates(vararg argument: suspend PoolCertificateArgsBuilder.() -> Unit)
@JvmName(name = "pbndykshrcxlyigt")
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.