actions

@JvmName(name = "ihfqfgllqhlbcowr")
suspend fun actions(value: Output<List<PreventionJobTriggerInspectJobActionArgs>>)
@JvmName(name = "rbuenwfamnrfgpks")
suspend fun actions(value: List<PreventionJobTriggerInspectJobActionArgs>?)

Parameters

value

Configuration block for the actions to execute on the completion of a job. Can be specified multiple times, but only one for each type. Each action block supports fields documented below. This argument is processed in attribute-as-blocks mode. Structure is documented below.


@JvmName(name = "ouyjxcxooiedlhdq")
suspend fun actions(vararg values: Output<PreventionJobTriggerInspectJobActionArgs>)


@JvmName(name = "hqqftfbdlncgogwu")
suspend fun actions(values: List<Output<PreventionJobTriggerInspectJobActionArgs>>)
@JvmName(name = "ksqhagaumrfragsi")
suspend fun actions(vararg values: PreventionJobTriggerInspectJobActionArgs)

Parameters

values

Configuration block for the actions to execute on the completion of a job. Can be specified multiple times, but only one for each type. Each action block supports fields documented below. This argument is processed in attribute-as-blocks mode. Structure is documented below.


@JvmName(name = "skxyedogtlxcfdrm")
suspend fun actions(argument: List<suspend PreventionJobTriggerInspectJobActionArgsBuilder.() -> Unit>)
@JvmName(name = "nbtfewlthciwwxwm")
suspend fun actions(vararg argument: suspend PreventionJobTriggerInspectJobActionArgsBuilder.() -> Unit)
@JvmName(name = "ccktrypbyhklengn")
suspend fun actions(argument: suspend PreventionJobTriggerInspectJobActionArgsBuilder.() -> Unit)

Parameters

argument

Configuration block for the actions to execute on the completion of a job. Can be specified multiple times, but only one for each type. Each action block supports fields documented below. This argument is processed in attribute-as-blocks mode. Structure is documented below.