diagnostics

@JvmName(name = "vbfcbvhdqofcjhav")
suspend fun diagnostics(value: Output<List<DiagnosticArgs>>)
@JvmName(name = "sldtatwlwxylpydv")
suspend fun diagnostics(value: List<DiagnosticArgs>?)

Parameters

value

An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.


@JvmName(name = "qrjulkklslgcwqdc")
suspend fun diagnostics(vararg values: Output<DiagnosticArgs>)


@JvmName(name = "otqercjcuapwaqio")
suspend fun diagnostics(values: List<Output<DiagnosticArgs>>)
@JvmName(name = "huwifcjcqlrumayr")
suspend fun diagnostics(vararg values: DiagnosticArgs)

Parameters

values

An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.


@JvmName(name = "jhtqpamkhnmevxsi")
suspend fun diagnostics(argument: List<suspend DiagnosticArgsBuilder.() -> Unit>)
@JvmName(name = "gcycxjimjuiliokm")
suspend fun diagnostics(vararg argument: suspend DiagnosticArgsBuilder.() -> Unit)
@JvmName(name = "oukssrbnilcovcwy")
suspend fun diagnostics(argument: suspend DiagnosticArgsBuilder.() -> Unit)

Parameters

argument

An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.