certificateList

@JvmName(name = "jelcwqqkqfcawvqx")
suspend fun certificateList(value: Output<List<String>>)
@JvmName(name = "orjummgcrktrsmuc")
suspend fun certificateList(value: List<String>?)

Parameters

value

A list of CA certificates to be added to the trust store.


@JvmName(name = "wocxsxtpbelqwvsw")
suspend fun certificateList(vararg values: Output<String>)


@JvmName(name = "qmpvitytjtjfkhra")
suspend fun certificateList(values: List<Output<String>>)
@JvmName(name = "cirthpynbmbfpixx")
suspend fun certificateList(vararg values: String)

Parameters

values

A list of CA certificates to be added to the trust store.