IfConditionArgs

data class IfConditionArgs(val condition: Output<String>, val operations: Output<List<StorageTaskOperationArgs>>) : ConvertibleToJava<IfConditionArgs>

The if block of storage task operation

Constructors

Link copied to clipboard
fun IfConditionArgs(condition: Output<String>, operations: Output<List<StorageTaskOperationArgs>>)

Functions

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

Properties

Link copied to clipboard
val condition: Output<String>

The condition predicate which is composed of object properties, eg: blob and container properties.

Link copied to clipboard

List of operations to execute when the condition predicate satisfies.