attackTactics

@JvmName(name = "qjtwyuvwnbvfyslk")
suspend fun attackTactics(value: Output<List<Either<String, AttackTactic>>>)
@JvmName(name = "kibxjqfcpxcateti")
suspend fun attackTactics(value: List<Either<String, AttackTactic>>?)

Parameters

value

A list of mitre attack tactics the hunt is associated with


@JvmName(name = "fulrirhvlhiypawx")
suspend fun attackTactics(vararg values: Output<Either<String, AttackTactic>>)


@JvmName(name = "xasomthnkfnmwhoq")
suspend fun attackTactics(values: List<Output<Either<String, AttackTactic>>>)
@JvmName(name = "qwjrekbpyifjhrmx")
suspend fun attackTactics(vararg values: Either<String, AttackTactic>)

Parameters

values

A list of mitre attack tactics the hunt is associated with