approvalConfig

@JvmName(name = "mcsuogtxbspesiko")
suspend fun approvalConfig(value: Output<TriggerApprovalConfigArgs>)
@JvmName(name = "ujprccuwinywdrig")
suspend fun approvalConfig(value: TriggerApprovalConfigArgs?)

Parameters

value

Configuration for manual approval to start a build invocation of this BuildTrigger. Builds created by this trigger will require approval before they execute. Any user with a Cloud Build Approver role for the project can approve a build. Structure is documented below.


@JvmName(name = "pcvstjmqlnnwckpa")
suspend fun approvalConfig(argument: suspend TriggerApprovalConfigArgsBuilder.() -> Unit)

Parameters

argument

Configuration for manual approval to start a build invocation of this BuildTrigger. Builds created by this trigger will require approval before they execute. Any user with a Cloud Build Approver role for the project can approve a build. Structure is documented below.