excludePrefix

@JvmName(name = "wjqlcgbjhbfyesqr")
suspend fun excludePrefix(value: Output<List<String>>)
@JvmName(name = "lgcccixnskoftxmg")
suspend fun excludePrefix(value: List<String>?)

Parameters

value

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


@JvmName(name = "etcghmjsyqsoqrbk")
suspend fun excludePrefix(vararg values: Output<String>)


@JvmName(name = "cwjahdmfpfpuriei")
suspend fun excludePrefix(values: List<Output<String>>)
@JvmName(name = "fgndohmslexbcuht")
suspend fun excludePrefix(vararg values: String)

Parameters

values

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