ExecutionTargetArgs

data class ExecutionTargetArgs(val excludePrefix: Output<List<String>>? = null, val prefix: Output<List<String>>? = null) : ConvertibleToJava<ExecutionTargetArgs>

Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task

Constructors

Link copied to clipboard
constructor(excludePrefix: Output<List<String>>? = null, prefix: Output<List<String>>? = null)

Properties

Link copied to clipboard
val excludePrefix: Output<List<String>>? = null

List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor

Link copied to clipboard
val prefix: Output<List<String>>? = null

Required list of object prefixes to be included for task execution

Functions

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