excludePrefix

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


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