certificates

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


@JvmName(name = "jbvbkwakyqhpsgjk")
suspend fun certificates(values: List<Output<PoolCertificateArgs>>)
@JvmName(name = "gsgwhfcxbbgderda")
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 = "luwbarqyoggtwxku")
suspend fun certificates(argument: List<suspend PoolCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "jqcfdgdwkiqsqrxf")
suspend fun certificates(vararg argument: suspend PoolCertificateArgsBuilder.() -> Unit)
@JvmName(name = "empbhpopkyhjlveh")
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.