excludePrefix

@JvmName(name = "vowdmcvfjxkksyvs")
suspend fun excludePrefix(value: Output<List<String>>)
@JvmName(name = "mmyjktmsaknritdx")
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 = "glcykexxsxknqrap")
suspend fun excludePrefix(vararg values: Output<String>)


@JvmName(name = "qdgyqimopbmegryj")
suspend fun excludePrefix(values: List<Output<String>>)
@JvmName(name = "ymrurpmfuixwoqrj")
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