excludePrefix

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


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