StorageTaskActionArgs

data class StorageTaskActionArgs(val else: Output<ElseConditionArgs>? = null, val if: Output<IfConditionArgs>) : ConvertibleToJava<StorageTaskActionArgs>

The storage task action represents conditional statements and operations to be performed on target objects.

Constructors

Link copied to clipboard
constructor(else: Output<ElseConditionArgs>? = null, if: Output<IfConditionArgs>)

Properties

Link copied to clipboard
val else: Output<ElseConditionArgs>? = null

The else block of storage task operation

Link copied to clipboard
val if: Output<IfConditionArgs>

The if block of storage task operation

Functions

Link copied to clipboard
open override fun toJava(): StorageTaskActionArgs