certificates

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


@JvmName(name = "hxxyfivnbwhghcpo")
suspend fun certificates(values: List<Output<PoolCertificateArgs>>)
@JvmName(name = "joswumhomspbmdov")
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 = "lhiyuxonwgttmfwd")
suspend fun certificates(argument: List<suspend PoolCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "hafchrynvofpadja")
suspend fun certificates(vararg argument: suspend PoolCertificateArgsBuilder.() -> Unit)
@JvmName(name = "xdvfsgbftnvlrrkc")
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.