certificates

@JvmName(name = "fqskrkgasyvqefwc")
suspend fun certificates(value: Output<List<String>>)
@JvmName(name = "netfwtsobunvlvne")
suspend fun certificates(value: List<String>)

Parameters

value

PEM formatted public certificates. One certificate per entry.


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


@JvmName(name = "iiwpylbujtniwryc")
suspend fun certificates(values: List<Output<String>>)
@JvmName(name = "wwxcrptlgrqgwong")
suspend fun certificates(vararg values: String)

Parameters

values

PEM formatted public certificates. One certificate per entry.